From 9f92be0e00ba3ee90bfbb4989f4befa01066a014 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Mon, 21 May 2012 11:14:49 +0200 Subject: [PATCH] Consistent usage text style --- shbackup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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") -- 2.30.2