Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help command header text incorrect voice, missing full stop #1578

Closed
heuermh opened this issue Feb 15, 2022 · 1 comment · Fixed by #1579
Closed

Help command header text incorrect voice, missing full stop #1578

heuermh opened this issue Feb 15, 2022 · 1 comment · Fixed by #1579
Labels
Milestone

Comments

@heuermh
Copy link
Contributor

heuermh commented Feb 15, 2022

The help command header text does not match the style used elsewhere, e.g.

@Command(subcommands = { HelpCommand.class }, mixinStandardHelpOptions = true)

...

Options:
  -h, --help      Show this help message and exit.
  -V, --version   Print version information and exit.

Commands:
  help          Displays help information about the specified command

Rather it should be

Commands:
  help          Display help information about the specified command.
@heuermh
Copy link
Contributor Author

heuermh commented Feb 15, 2022

Duplicate of #899

@remkop remkop added the status: duplicate 👨🏻‍🤝‍👨🏻 A duplicate of another issue label Feb 15, 2022
@remkop remkop added this to the 4.7 milestone Feb 15, 2022
remkop pushed a commit to heuermh/picocli that referenced this issue Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants