diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_prv_new.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_new.erl b/src/rebar_prv_new.erl index 0528f44..6574aca 100644 --- a/src/rebar_prv_new.erl +++ b/src/rebar_prv_new.erl @@ -70,7 +70,7 @@ info() -> "Create rebar3 project based on template and vars.~n" "~n" "Valid command line options:~n" - " template= [var=foo,...]~n", []). + " <template> [var=foo,...]~n", []). is_forced(State) -> {Args, _} = rebar_state:command_parsed_args(State), |