Browse Source

Do not print dynamic escript name in usage info

pull/3/head
Tuncer Ayaz 15 years ago
parent
commit
2734f2bcc2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar_core.erl

+ 1
- 1
src/rebar_core.erl View File

@ -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…
Cancel
Save