summaryrefslogtreecommitdiff
path: root/src/rebar_qc.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2014-01-14 12:24:52 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2014-01-14 12:44:09 +0100
commit8a94a41ef057020179031a21cbe5978ec2c179fb (patch)
tree1a2d254d5c15b98f8a24507bf881b5b97fc8dbd3 /src/rebar_qc.erl
parentdf42410cf21a37e0c48e741ffa37db9efc576309 (diff)
Document compile_only=true
Diffstat (limited to 'src/rebar_qc.erl')
-rw-r--r--src/rebar_qc.erl4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rebar_qc.erl b/src/rebar_qc.erl
index 53a6f52..872b15d 100644
--- a/src/rebar_qc.erl
+++ b/src/rebar_qc.erl
@@ -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, []}