From 8857d43702f7c60625bfc892e326d07303e0f2a2 Mon Sep 17 00:00:00 2001 From: Tim Hatch Date: Fri, 15 Apr 2011 17:36:09 -0700 Subject: [PATCH] Missing space in optspec Signed-off-by: Tim Hatch --- cmd/save-cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:]) -- 2.39.2