From: Stefan Huber Date: Mon, 21 May 2012 09:14:49 +0000 (+0200) Subject: Consistent usage text style X-Git-Tag: v2.0-rc1~1 X-Git-Url: https://git.sthu.org/?p=sitarba.git;a=commitdiff_plain;h=9f92be0e00ba3ee90bfbb4989f4befa01066a014 Consistent usage text style --- diff --git a/shbackup b/shbackup index a13b965..7822734 100755 --- a/shbackup +++ b/shbackup @@ -596,11 +596,11 @@ def printUsage(): print("") print("Options:") print(" -h, --help print this usage text") - print(" -c, --conf use given configuration file") + print(" -c, --conf FILE use given configuration file") print(" default: /etc/shbackup.conf") - print(" -e, --epoch force to create backup for given epoch, which") + print(" -e, --epoch EPOCH force to create backup for given epoch, which") print(" can be 'sporadic' or one of the configured epochs") - print(" -m, --mode override mode: full, diff, or incr") + print(" -m, --mode MODE override mode: full, diff, or incr") print(" -v, --verbose be more verbose and interact with user") print(" --verbosity LEVEL set verbosity to LEVEL, which can be") print(" error, warning, info, debug")