Nicolas Cannasse преди 12 години
родител
ревизия
16677a324e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      std/tools/haxelib/Main.hx

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

@@ -145,7 +145,7 @@ class Main {
 		addCommand("config",config,"print the repository path",false);
 		addCommand("config",config,"print the repository path",false);
 		addCommand("path",path,"give paths to libraries",false);
 		addCommand("path",path,"give paths to libraries",false);
 		addCommand("run",run,"run the specified library with parameters",false);
 		addCommand("run",run,"run the specified library with parameters",false);
-		addCommand("local",local,"install the specified package localy",false);
+		addCommand("local",local,"install the specified package locally",false);
 		addCommand("dev",dev,"set the development directory for a given library",false);
 		addCommand("dev",dev,"set the development directory for a given library",false);
 		addCommand("git", git, "uses git repository as library");
 		addCommand("git", git, "uses git repository as library");
 		addCommand("proxy", proxy, "setup the Http proxy");
 		addCommand("proxy", proxy, "setup the Http proxy");