]> arthur.barton.de Git - bup.git/blobdiff - cmd/margin-cmd.py
options: remove unused 'exe' parameter
[bup.git] / cmd / margin-cmd.py
index 90dbdcd8f90edad112c48cc5d513b95554b709fe..9b7fd60a18efd24ab1801f32bcf02623be0cd3c1 100755 (executable)
@@ -11,7 +11,7 @@ bup margin
 predict    Guess object offsets and report the maximum deviation
 ignore-midx  Don't use midx files; use only plain pack idx files.
 """
-o = options.Options('bup margin', optspec)
+o = options.Options(optspec)
 (opt, flags, extra) = o.parse(sys.argv[1:])
 
 if extra: