]> arthur.barton.de Git - bup.git/blobdiff - cmd/index-cmd.py
options: remove unused 'exe' parameter
[bup.git] / cmd / index-cmd.py
index 43314d960f5be025f89c10faa14eb2496bd262fb..0ff637ab97a809d4632148d732822f1518572f9b 100755 (executable)
@@ -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):