From ea82d0561d6366851ebcfc67488fcb7aca44179e Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 7 Mar 2015 08:04:44 -0600 Subject: update all examples in providers to use rebar3 --- src/rebar_prv_shell.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rebar_prv_shell.erl') 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, []}])), -- cgit v1.1