浏览代码

Fix typo.

Jelmer Vernooij 16 年之前
父节点
当前提交
ef1525cfd2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bin/dulwich

+ 1 - 1
bin/dulwich

@@ -111,7 +111,7 @@ def cmd_dump_index(args):
 	opts, args = getopt(args, "", [])
 
 	if args == []:
-		print "Usage: dulwich dump-pack FILENAME"
+		print "Usage: dulwich dump-index FILENAME"
 		sys.exit(1)
 
 	filename = args[0]