Nicolas Cannasse 18 years ago
parent
commit
fab3553fee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/tools/haxelib/Main.hx

+ 1 - 1
std/tools/haxelib/Main.hx

@@ -167,7 +167,7 @@ class Main {
 		var vmin = Std.string(VERSION % 100);
 		var ver = Std.int(VERSION/100) + "." + if( vmin.length == 1 ) "0"+vmin else vmin;
 		print("Haxe Library Manager "+ver+" - (c)2006 Motion-Twin");
-		print(" Usage : haxlib [command] [options]");
+		print(" Usage : haxelib [command] [options]");
 		print(" Commands :");
 		for( c in commands )
 			print("  "+c.name+" : "+c.doc);