浏览代码

Merge pull request #273 from ypaq/ypaq-doc-fix-version

Decapitalize short option for 'version' flag
pull/275/head
Tristan Sloughter 10 年前
父节点
当前提交
eba1caca80
共有 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."}
].

正在加载...
取消
保存