From a9d576f6e82046bed5cc0c654e229e19f1991670 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Fri, 14 Sep 2018 09:03:45 +0200 Subject: [PATCH] pep8 --- catcli/catcli.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/catcli/catcli.py b/catcli/catcli.py index 6dcfb94..6e76d84 100755 --- a/catcli/catcli.py +++ b/catcli/catcli.py @@ -49,18 +49,18 @@ Usage: {1} --version Options: - --catalog= Path to the catalog [default: {2}]. - --meta= Additional attribute to store [default: ]. - -u --subsize Store size of folders [default: False]. - -a --archive Handle archive file [default: False]. - -f --force Do not ask confirmation when updating the catalog [default: False]. - -b --script Output script to manage found file(s) [default: False]. - -S --sortsize Sort by size, largest first [default: False]. - -c --hash Calculate md5 hash [default: False]. - -r --recursive Recursive [default: False]. - -V --verbose Be verbose [default: False]. - -v --version Show version. - -h --help Show this screen. + --catalog= Path to the catalog [default: {2}]. + --meta= Additional attribute to store [default: ]. + -u --subsize Store size of folders [default: False]. + -a --archive Handle archive file [default: False]. + -f --force Do not ask when updating the catalog [default: False]. + -b --script Output script to manage found file(s) [default: False]. + -S --sortsize Sort by size, largest first [default: False]. + -c --hash Calculate md5 hash [default: False]. + -r --recursive Recursive [default: False]. + -V --verbose Be verbose [default: False]. + -v --version Show version. + -h --help Show this screen. """.format(BANNER, NAME, CATALOGPATH)