mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
Do not print dynamic escript name in usage info
This commit is contained in:
parent
bd510dea20
commit
2734f2bcc2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue