summaryrefslogtreecommitdiff
path: root/src/rebar_prv_new.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-03-07 08:04:44 -0600
committerTristan Sloughter <t@crashfast.com>2015-03-07 08:05:11 -0600
commitea82d0561d6366851ebcfc67488fcb7aca44179e (patch)
treed87783d6630ce82b9e8a7404a6b4b759ffbb1a12 /src/rebar_prv_new.erl
parentfe6ad4dde18b592659bcf4b71aa1c19e9fa188de (diff)
update all examples in providers to use rebar3
Diffstat (limited to 'src/rebar_prv_new.erl')
-rw-r--r--src/rebar_prv_new.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_new.erl b/src/rebar_prv_new.erl
index e432371..77e100f 100644
--- a/src/rebar_prv_new.erl
+++ b/src/rebar_prv_new.erl
@@ -22,7 +22,7 @@ init(State) ->
{module, ?MODULE},
{bare, false},
{deps, ?DEPS},
- {example, "rebar new <template>"},
+ {example, "rebar3 new <template>"},
{short_desc, "Create new project from templates."},
{desc, info()},
{opts, [{force, $f, "force", undefined, "overwrite existing files"}]}