]> arthur.barton.de Git - bup.git/commitdiff
main.py: fix whitespace in the usage string.
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 13 Feb 2011 12:47:18 +0000 (04:47 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 13 Feb 2011 13:02:22 +0000 (05:02 -0800)
Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
main.py

diff --git a/main.py b/main.py
index e491ce1ad89efb5b7ac50ee08746bc730208968a..bd6fb0b8964925f78a7f61899899e01457f6915e 100755 (executable)
--- 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] '
         '<command> [options...]\n\n')
     common = dict(
         ftp = 'Browse backup sets using an ftp-like client',