Browse Source

Fix typo.

Jelmer Vernooij 16 năm trước cách đây
mục cha
commit
ef1525cfd2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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]