Prechádzať zdrojové kódy

[cli] consistently use <directory> in help

Jens Fischer 5 rokov pred
rodič
commit
e59e282ed0
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/compiler/haxe.ml

+ 1 - 1
src/compiler/haxe.ml

@@ -947,7 +947,7 @@ try
 		("Compilation",["-C";"--cwd"],[], Arg.String (fun dir ->
 			(* This is handled by process_params, but passed through so we know we did something. *)
 			did_something := true;
-		),"<dir>","set current working directory");
+		),"<directory>","set current working directory");
 		("Compilation",["--haxelib-global"],[], Arg.Unit (fun () -> ()),"","pass --global argument to haxelib");
 	] in
 	let args_callback cl =