From: Avery Pennarun Date: Sun, 13 Feb 2011 12:47:18 +0000 (-0800) Subject: main.py: fix whitespace in the usage string. X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f97b71f88d55096117ad0c1430a207bdab5d1cde;p=packages%2Fb%2Fbup.git main.py: fix whitespace in the usage string. Signed-off-by: Avery Pennarun --- diff --git a/main.py b/main.py index e491ce1..bd6fb0b 100755 --- a/main.py +++ b/main.py @@ -30,7 +30,7 @@ from bup.helpers import * os.environ['WIDTH'] = str(tty_width()) def usage(): - log('Usage: bup [-?|--help] [-d BUP_DIR] [--debug] [--profile]' + log('Usage: bup [-?|--help] [-d BUP_DIR] [--debug] [--profile] ' ' [options...]\n\n') common = dict( ftp = 'Browse backup sets using an ftp-like client',