diff options
Diffstat (limited to 'src/rebar_prv_help.erl')
-rw-r--r-- | src/rebar_prv_help.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_help.erl b/src/rebar_prv_help.erl index 7d39959..9e22530 100644 --- a/src/rebar_prv_help.erl +++ b/src/rebar_prv_help.erl @@ -24,7 +24,7 @@ init(State) -> {module, ?MODULE}, {bare, false}, {deps, ?DEPS}, - {example, "rebar help <task>"}, + {example, "rebar3 help <task>"}, {short_desc, "Display a list of tasks or help for a given task or subtask."}, {desc, "Display a list of tasks or help for a given task or subtask."}, {opts, [ |