diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2010-08-25 22:32:42 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2010-08-25 22:32:42 +0200 |
commit | 33918a0612b4fe4da67b95976f9e75ccf6a20012 (patch) | |
tree | ebe9dc31adb4c8c3ca1a594e13371435c10836a0 /src | |
parent | 51ed78729050569f92439eeaac2ca780739e44da (diff) |
Remove 'install' from available commands list
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_core.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rebar_core.erl b/src/rebar_core.erl index 7c94504..c0d70dd 100644 --- a/src/rebar_core.erl +++ b/src/rebar_core.erl @@ -219,7 +219,6 @@ get-deps Fetch dependencies delete-deps Delete fetched dependencies 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 ct [suite=] [case=] Run common_test suites in ./test |