]> arthur.barton.de Git - bup.git/blobdiff - cmd/init-cmd.py
README.md: mention workaround for pwd test issue
[bup.git] / cmd / init-cmd.py
index 80037e94e37645b836f7fddd1b6ea7eff62fee5c..2e4a1513b99c058a1fec43ba0e62091d3ed2158d 100755 (executable)
@@ -10,7 +10,7 @@ optspec = """
 --
 r,remote=  remote repository path
 """
-o = options.Options('bup init', optspec)
+o = options.Options(optspec)
 (opt, flags, extra) = o.parse(sys.argv[1:])
 
 if extra: