Skip to content

Commit

Permalink
Merge pull request #1949 from aronisstav/add-more-help-hint
Browse files Browse the repository at this point in the history
Add hint for `rebar3 new help` on `rebar3 help new`
  • Loading branch information
ferd authored Nov 27, 2018
2 parents 99a7b7e + 74f1de6 commit f2d556d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/rebar_prv_new.erl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ info() ->
"Create rebar3 project based on template and vars.~n"
"~n"
"Valid command line options:~n"
" <template> [var=foo,...]~n", []).
" <template> [var=foo,...]~n"
"~n"
"See available templates with: `rebar3 new help`~n", []).

strip_flags([]) -> [];
strip_flags(["-"++_|Opts]) -> strip_flags(Opts);
Expand Down

0 comments on commit f2d556d

Please sign in to comment.