Browse Source

Fix -c typo (Noticed-by: Joe Norton)

pull/3/head
Tuncer Ayaz 12 years ago
parent
commit
74a82fa104
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar.erl

+ 1
- 1
src/rebar.erl View File

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

Loading…
Cancel
Save