summaryrefslogtreecommitdiff
path: root/src/rebar_prv_shell.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_shell.erl
parentfe6ad4dde18b592659bcf4b71aa1c19e9fa188de (diff)
update all examples in providers to use rebar3
Diffstat (limited to 'src/rebar_prv_shell.erl')
-rw-r--r--src/rebar_prv_shell.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_shell.erl b/src/rebar_prv_shell.erl
index 76a416d..2d6983c 100644
--- a/src/rebar_prv_shell.erl
+++ b/src/rebar_prv_shell.erl
@@ -49,7 +49,7 @@ init(State) ->
{module, ?MODULE},
{bare, false},
{deps, ?DEPS},
- {example, "rebar shell"},
+ {example, "rebar3 shell"},
{short_desc, "Run shell with project apps and deps in path."},
{desc, info()},
{opts, []}])),