]> arthur.barton.de Git - bup.git/blobdiff - cmd/version-cmd.py
options: remove unused 'exe' parameter
[bup.git] / cmd / version-cmd.py
index 7ee65f97eeaca6bcf6a90bc82517e5bd39267c4b..1a68a6cbf787a432bb43202c62da58ded875d10c 100755 (executable)
@@ -10,7 +10,7 @@ date    display the date this version of bup was created
 commit  display the git commit id of this version of bup
 tag     display the tag name of this version.  If no tag is available, display the commit id
 """
-o = options.Options('bup version', optspec)
+o = options.Options(optspec)
 (opt, flags, extra) = o.parse(sys.argv[1:])