소스 검색

improve `--help' documentation for eunit provider

pull/716/head
alisdair sullivan 9 년 전
부모
커밋
2ac834367b
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. +5
    -5
      src/rebar_prv_eunit.erl

+ 5
- 5
src/rebar_prv_eunit.erl 파일 보기

@ -269,8 +269,8 @@ eunit_opts(_State) ->
{suite, undefined, "suite", string, help(suite)},
{verbose, $v, "verbose", boolean, help(verbose)}].
help(app) -> "Comma seperated list of application test suites to run";
help(cover) -> "Generate cover data";
help(file) -> "Comma seperated list of modules to run";
help(suite) -> "Comma seperated list of test suites to run";
help(verbose) -> "Verbose output".
help(app) -> "Comma seperated list of application test suites to run. Equivalent to `[{application, App}]`.";
help(cover) -> "Generate cover data. Defaults to false.";
help(file) -> "Comma seperated list of files to run. Equivalent to `[{file, File}]`.";
help(suite) -> "Comma seperated list of test suites to run. Equivalent to `[{module, Suite}]`.";
help(verbose) -> "Verbose output. Defaults to false.".

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