summaryrefslogtreecommitdiff
path: root/src/rebar_core.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_core.erl')
-rw-r--r--src/rebar_core.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rebar_core.erl b/src/rebar_core.erl
index bf37c87..a89510c 100644
--- a/src/rebar_core.erl
+++ b/src/rebar_core.erl
@@ -200,9 +200,9 @@ help() ->
%%
commands() ->
S = <<"
-analyze Analyze with Dialyzer
-build_plt Build Dialyzer PLT
-check_plt Check Dialyzer PLT
+dialyze Analyze with Dialyzer
+build-plt Build Dialyzer PLT
+check-plt Check Dialyzer PLT
clean Clean
compile Compile sources