Przeglądaj źródła

Document verbosity level

pull/3/head
Tuncer Ayaz 13 lat temu
rodzic
commit
2a5320fbd6
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      src/rebar.erl

+ 2
- 1
src/rebar.erl Wyświetl plik

@ -278,11 +278,12 @@ option_spec_list() ->
JobsHelp = io_lib:format(
"Number of concurrent workers a command may use. Default: ~B",
[Jobs]),
VerboseHelp = "Verbosity level (-v, -vv, -vvv, --verbose 3). Default: 0",
[
%% {Name, ShortOpt, LongOpt, ArgSpec, HelpMsg}
{help, $h, "help", undefined, "Show the program options"},
{commands, $c, "commands", undefined, "Show available commands"},
{verbose, $v, "verbose", integer, "Verbosity level"},
{verbose, $v, "verbose", integer, VerboseHelp},
{version, $V, "version", undefined, "Show version information"},
{force, $f, "force", undefined, "Force"},
{defines, $D, undefined, string, "Define compiler macro"},

Ładowanie…
Anuluj
Zapisz