ソースを参照

Decapitalize short option for 'version'

pull/273/head
Tilman Holschuh 10年前
コミット
af5ba45f27
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/rebar3.erl

+ 1
- 1
src/rebar3.erl ファイルの表示

@ -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."}
].

読み込み中…
キャンセル
保存