소스 검색

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

불러오는 중...
취소
저장