diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2015-08-03 11:54:42 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2015-08-03 11:54:42 -0400 |
commit | e786d8eb6a37f5e651dc911fec85445d850d28e6 (patch) | |
tree | 37239d8b756839801dacf78dfbd43be12d8e7d9a /src | |
parent | acb2fcd057f519113cf6d08a2c65c6d0a9e3da9b (diff) | |
parent | a9aca6190c00636c93c64ea601df4a35937a8829 (diff) |
Merge pull request #686 from seancribbs/patch-1
Fix description in "rebar3 new"
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), |