Browse Source

Remove 'install' from available commands list

Tuncer Ayaz 14 years ago
parent
commit
33918a0612
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/rebar_core.erl

+ 0
- 1
src/rebar_core.erl View File

@ -219,7 +219,6 @@ get-deps Fetch dependencies
delete-deps Delete fetched dependencies delete-deps Delete fetched dependencies
generate [dump_spec=0/1] Build release with reltool generate [dump_spec=0/1] Build release with reltool
install [target=] Install build into target
eunit [suite=foo] Run eunit [test/foo_tests.erl] tests eunit [suite=foo] Run eunit [test/foo_tests.erl] tests
ct [suite=] [case=] Run common_test suites in ./test ct [suite=] [case=] Run common_test suites in ./test

Loading…
Cancel
Save