]> arthur.barton.de Git - bup.git/blobdiff - cmd/memtest-cmd.py
options: remove unused 'exe' parameter
[bup.git] / cmd / memtest-cmd.py
index fb202b749d65261ee0cf64d3b3d36e63c7f9c955..19c33931b6557c1a90010dda14cf5f294963f603 100755 (executable)
@@ -60,7 +60,7 @@ c,cycles=  number of cycles to run [100]
 ignore-midx  ignore .midx files, use only .idx files
 existing   test with existing objects instead of fake ones
 """
-o = options.Options('bup memtest', optspec)
+o = options.Options(optspec)
 (opt, flags, extra) = o.parse(sys.argv[1:])
 
 if extra: