diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-07-28 11:48:54 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-07-28 11:48:54 +0200 |
commit | 74a82fa104288a21ef751f528f8056de826a33d6 (patch) | |
tree | c7d4589c6702ec89323a5f1a64048e88deaacb60 | |
parent | 64972a0be5af096218669711274d959d96283fc9 (diff) |
Fix -c typo (Noticed-by: Joe Norton)
-rw-r--r-- | src/rebar.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar.erl b/src/rebar.erl index cd285df..7680d5a 100644 --- a/src/rebar.erl +++ b/src/rebar.erl @@ -301,7 +301,7 @@ test-compile Compile sources for eunit/qc run eunit [suites=foo] Run eunit [test/foo_tests.erl] tests ct [suites=] [case=] Run common_test suites -qc Test QuichCheck properties +qc Test QuickCheck properties xref Run cross reference analysis |