ソースを参照

getopt longopts weren't specified correctly, couldn't call dulwich init --bare

Chris Eberle 13 年 前
コミット
0b8b6b0833
1 ファイル変更1 行追加1 行削除
  1. 1 1
      bin/dulwich

+ 1 - 1
bin/dulwich

@@ -114,7 +114,7 @@ def cmd_dump_index(args):
 
 
 def cmd_init(args):
-    opts, args = getopt(args, "", ["--bare"])
+    opts, args = getopt(args, "", ["bare"])
     opts = dict(opts)
 
     if args == []: