]> arthur.barton.de Git - bup.git/blobdiff - cmd/fuse-cmd.py
options: remove unused 'exe' parameter
[bup.git] / cmd / fuse-cmd.py
index 450d366eb311ca2e9cf53b2627017892d429524b..9253a18de996efbea4f58b2125a851bcd1144232 100755 (executable)
@@ -116,7 +116,7 @@ d,debug   increase debug level
 f,foreground  run in foreground
 o,allow-other allow other users to access the filesystem
 """
-o = options.Options('bup fuse', optspec)
+o = options.Options(optspec)
 (opt, flags, extra) = o.parse(sys.argv[1:])
 
 if len(extra) != 1: