Document compile_only=true

This commit is contained in:
Tuncer Ayaz 2014-01-14 12:24:52 +01:00
parent df42410cf2
commit 8a94a41ef0
2 changed files with 5 additions and 2 deletions

View file

@ -126,7 +126,8 @@ info_help(Description) ->
" tests=\"baz\" (For every existing suite, run the first test whose~n"
" name starts with bar and, if no such test exists,~n"
" run the test whose name starts with bar in the~n"
" suite's _tests module)~n",
" suite's _tests module)~n"
" compile_only=true (Compile but do not run tests)",
[
Description,
{eunit_opts, []},

View file

@ -67,7 +67,9 @@ info(help, qc) ->
"Valid rebar.config options:~n"
" {qc_opts, [{qc_mod, module()}, Options]}~n"
" ~p~n"
" ~p~n",
" ~p~n"
"Valid command line options:~n"
" compile_only=true (Compile but do not test properties)",
[
{qc_compile_opts, []},
{qc_first_files, []}