summaryrefslogtreecommitdiff
path: root/src/rebar_prv_update.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_update.erl
parentfe6ad4dde18b592659bcf4b71aa1c19e9fa188de (diff)
update all examples in providers to use rebar3
Diffstat (limited to 'src/rebar_prv_update.erl')
-rw-r--r--src/rebar_prv_update.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_update.erl b/src/rebar_prv_update.erl
index 162c67c..d0bdd1b 100644
--- a/src/rebar_prv_update.erl
+++ b/src/rebar_prv_update.erl
@@ -24,7 +24,7 @@ init(State) ->
{module, ?MODULE},
{bare, false},
{deps, ?DEPS},
- {example, "rebar update"},
+ {example, "rebar3 update"},
{short_desc, "Update package index."},
{desc, ""},
{opts, []}])),