diff --git a/apps/rebar/src/rebar_prv_shell.erl b/apps/rebar/src/rebar_prv_shell.erl index 3cbc74ded..add881bc8 100644 --- a/apps/rebar/src/rebar_prv_shell.erl +++ b/apps/rebar/src/rebar_prv_shell.erl @@ -96,9 +96,9 @@ init(State) -> "Arguments passed to user_drv start function for " "creating custom shells."}, {eval, undefined, "eval", string, - "Erlang term(s) to execute after the apps have been - started, but before the shell is presented to the - user"} + "Erlang term(s) to execute after the apps have been " + "started, but before the shell is presented to the " + "user."} ]} ]) ),