Jelmer Vernooij hace 16 años
padre
commit
ef1525cfd2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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]