From: Tim Hatch Date: Sat, 16 Apr 2011 00:36:09 +0000 (-0700) Subject: Missing space in optspec X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8857d43702f7c60625bfc892e326d07303e0f2a2;p=packages%2Fb%2Fbup.git Missing space in optspec Signed-off-by: Tim Hatch --- diff --git a/cmd/save-cmd.py b/cmd/save-cmd.py index b25b5ac..b00635a 100755 --- a/cmd/save-cmd.py +++ b/cmd/save-cmd.py @@ -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:])