Przeglądaj źródła

Decapitalize short option for 'version'

pull/273/head
Tilman Holschuh 10 lat temu
rodzic
commit
af5ba45f27
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/rebar3.erl

+ 1
- 1
src/rebar3.erl Wyświetl plik

@ -245,7 +245,7 @@ global_option_spec_list() ->
[
%% {Name, ShortOpt, LongOpt, ArgSpec, HelpMsg}
{help, $h, "help", undefined, "Print this help."},
{version, $V, "version", undefined, "Show version information."},
{version, $v, "version", undefined, "Show version information."},
%{config, $C, "config", string, "Rebar config file to use."},
{task, undefined, undefined, string, "Task to run."}
].

Ładowanie…
Anuluj
Zapisz