Skip to content

Commit

Permalink
Manpage, tweak intro of exit status section (closes #168).
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuenzli committed Apr 9, 2023
1 parent 436d629 commit e68ba3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cmdliner_manpage.ml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ let s_arguments = "ARGUMENTS"
let s_options = "OPTIONS"
let s_common_options = "COMMON OPTIONS"
let s_exit_status = "EXIT STATUS"
let s_exit_status_intro =
`P "$(tname) exits with the following status:"
let s_exit_status_intro = `P "$(tname) exits with:"

let s_environment = "ENVIRONMENT"
let s_environment_intro =
Expand Down

0 comments on commit e68ba3a

Please sign in to comment.