Bläddra i källkod

improve `--help' documentation for eunit provider

pull/716/head
alisdair sullivan 9 år sedan
förälder
incheckning
2ac834367b
1 ändrade filer med 5 tillägg och 5 borttagningar
  1. +5
    -5
      src/rebar_prv_eunit.erl

+ 5
- 5
src/rebar_prv_eunit.erl Visa fil

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

Laddar…
Avbryt
Spara