瀏覽代碼

Do not print dynamic escript name in usage info

pull/3/head
Tuncer Ayaz 15 年之前
父節點
當前提交
2734f2bcc2
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/rebar_core.erl

+ 1
- 1
src/rebar_core.erl 查看文件

@ -129,7 +129,7 @@ set_global_flag(Options, Flag) ->
%%
help() ->
OptSpecList = option_spec_list(),
getopt:usage(OptSpecList, escript:script_name(),
getopt:usage(OptSpecList, "rebar",
"[var=value,...] <command,...>",
[{"var=value", "rebar global variables (e.g. force=1)"},
{"command", "Command to run (e.g. compile)"}]).

Loading…
取消
儲存