Skip to content

Commit

Permalink
Merge pull request #2760 from gdamjan/patch-1
Browse files Browse the repository at this point in the history
fix help shell output, --eval is misindeted
  • Loading branch information
ferd authored Nov 24, 2022
2 parents 6f0854d + 7779606 commit ac6f8bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/rebar/src/rebar_prv_shell.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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."}
]}
])
),
Expand Down

0 comments on commit ac6f8bc

Please sign in to comment.