Skip to content

Commit

Permalink
Fix common sections of opam lock --help
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Aug 19, 2020
1 parent 1e5c401 commit 188f971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ New option/command/subcommand are prefixed with ◈.

## Global CLI
* --help/--version documented in wrong section for aliases
* opam lock --help missing common information

## Init
*
Expand Down
2 changes: 1 addition & 1 deletion src/client/opamCommands.ml
Original file line number Diff line number Diff line change
Expand Up @@ -3652,7 +3652,7 @@ let lock =
in
Term.(pure lock $global_options $only_direct_flag $lock_suffix
$atom_or_local_list),
Term.info "lock" ~doc ~man
term_info "lock" ~doc ~man

(* HELP *)
let help =
Expand Down

0 comments on commit 188f971

Please sign in to comment.