diff options
Diffstat (limited to 'src/rebar_prv_shell.erl')
-rw-r--r-- | src/rebar_prv_shell.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_shell.erl b/src/rebar_prv_shell.erl index ef53518..06195ec 100644 --- a/src/rebar_prv_shell.erl +++ b/src/rebar_prv_shell.erl @@ -49,7 +49,7 @@ init(State) -> bare = false, deps = ?DEPS, example = "rebar shell", - short_desc = "", + short_desc = "Run shell with project apps and deps in path.", desc = "", opts = []}), {ok, State1}. |