mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Fix help: previous_release is mandatory
This commit is contained in:
parent
e53873f549
commit
8f5bfea9c4
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ delete-deps Delete fetched dependencies
|
||||||
|
|
||||||
generate [dump_spec=0/1] Build release with reltool
|
generate [dump_spec=0/1] Build release with reltool
|
||||||
|
|
||||||
generate-upgrade [previous_release=path] Build an upgrade package
|
generate-upgrade previous_release=path Build an upgrade package
|
||||||
|
|
||||||
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…
Reference in a new issue