Skip to content

Commit

Permalink
Really change VERBOSEON option description (previous one was changing…
Browse files Browse the repository at this point in the history
… its name)

Co-authored-by: R. Boujbel <[email protected]>
  • Loading branch information
desumn and rjbou authored Apr 18, 2024
1 parent d2cf6c0 commit 1fc9017
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/client/opamArg.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,8 @@ let build_options cli =
in
let verbose_on =
mk_opt ~cli (cli_from cli2_2) ~section ["verbose-on"] "PACKAGES"
"Be more verbose on specific packages."
"Be more verbose on specific packages.\
This is equivalent to setting $(b,\\$OPAMVERBOSE)."
Arg.(some (list package)) None ~vopt:(Some [])
in
Term.(const create_build_options
Expand Down

0 comments on commit 1fc9017

Please sign in to comment.