From a9aca6190c00636c93c64ea601df4a35937a8829 Mon Sep 17 00:00:00 2001 From: Sean Cribbs Date: Mon, 3 Aug 2015 10:26:58 -0500 Subject: Fix description in "rebar3 new" `template` is not a kv-style argument, but a plain argument. If you give `template=app` on the command line, you get "template not found." --- src/rebar_prv_new.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", []). + "