X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cmd%2Findex-cmd.py;h=0ff637ab97a809d4632148d732822f1518572f9b;hb=581e9dff93565d57d777ac3a2b93c09844c7263b;hp=43314d960f5be025f89c10faa14eb2496bd262fb;hpb=76343e4b2d17d653d5f1dfd1068117aaa53d76d0;p=bup.git diff --git a/cmd/index-cmd.py b/cmd/index-cmd.py index 43314d9..0ff637a 100755 --- a/cmd/index-cmd.py +++ b/cmd/index-cmd.py @@ -135,7 +135,7 @@ exclude= a path to exclude from the backup (can be used more than once) exclude-from= a file that contains exclude paths (can be used more than once) v,verbose increase log output (can be used more than once) """ -o = options.Options('bup index', optspec) +o = options.Options(optspec) (opt, flags, extra) = o.parse(sys.argv[1:]) if not (opt.modified or opt['print'] or opt.status or opt.update or opt.check):