瀏覽代碼

[cli] consistently use <directory> in help

Jens Fischer 5 年之前
父節點
當前提交
e59e282ed0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 ->
 		("Compilation",["-C";"--cwd"],[], Arg.String (fun dir ->
 			(* This is handled by process_params, but passed through so we know we did something. *)
 			(* This is handled by process_params, but passed through so we know we did something. *)
 			did_something := true;
 			did_something := true;
-		),"<dir>","set current working directory");
+		),"<directory>","set current working directory");
 		("Compilation",["--haxelib-global"],[], Arg.Unit (fun () -> ()),"","pass --global argument to haxelib");
 		("Compilation",["--haxelib-global"],[], Arg.Unit (fun () -> ()),"","pass --global argument to haxelib");
 	] in
 	] in
 	let args_callback cl =
 	let args_callback cl =