Skip to content

Commit

Permalink
Merge pull request #1221 from OCamlPro/show-actions
Browse files Browse the repository at this point in the history
Rename '--show' to '--show-actions'
  • Loading branch information
AltGr committed Mar 5, 2014
2 parents 5a4826a + 45f2bb1 commit 6348dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/opamArg.ml
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ let build_options =
"Use $(docv) as the default 'make' command."
Arg.(some string) None in
let show =
mk_flag ["show"]
mk_flag ["show-actions"]
"Call the solver and display the actions. Don't perform any changes." in
let dryrun =
mk_flag ["dry-run"]
Expand Down

0 comments on commit 6348dfd

Please sign in to comment.