]> arthur.barton.de Git - bup.git/commitdiff
Missing space in optspec
authorTim Hatch <tim@timhatch.com>
Sat, 16 Apr 2011 00:36:09 +0000 (17:36 -0700)
committerTim Hatch <tim@timhatch.com>
Sat, 16 Apr 2011 00:36:09 +0000 (17:36 -0700)
Signed-off-by: Tim Hatch <tim@timhatch.com>
cmd/save-cmd.py

index b25b5aca67e294dd004a8d98039ff120c1c133a1..b00635a29691f62812dc5ccc08b603c634712454 100755 (executable)
@@ -20,7 +20,7 @@ bwlimit=   maximum bytes/sec to transmit to server
 f,indexfile=  the name of the index file (normally BUP_DIR/bupindex)
 strip      strips the path to every filename given
 strip-path= path-prefix to be stripped when saving
-graft=     a graft point *old_path*=*new_path* (can be used morethan once)
+graft=     a graft point *old_path*=*new_path* (can be used more than once)
 """
 o = options.Options(optspec)
 (opt, flags, extra) = o.parse(sys.argv[1:])