Skip to content

Commit ac6f8bc

Browse files
authored
Merge pull request #2760 from gdamjan/patch-1
fix help shell output, --eval is misindeted
2 parents 6f0854d + 7779606 commit ac6f8bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/rebar/src/rebar_prv_shell.erl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ init(State) ->
9696
"Arguments passed to user_drv start function for "
9797
"creating custom shells."},
9898
{eval, undefined, "eval", string,
99-
"Erlang term(s) to execute after the apps have been
100-
started, but before the shell is presented to the
101-
user"}
99+
"Erlang term(s) to execute after the apps have been "
100+
"started, but before the shell is presented to the "
101+
"user."}
102102
]}
103103
])
104104
),

0 commit comments

Comments
 (0)