diff options
Diffstat (limited to 'src/rebar_core.erl')
-rw-r--r-- | src/rebar_core.erl | 6 |
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 |