Skip to content

Commit

Permalink
[remkop#1578] Bugfix: Help command header text incorrect voice, missi…
Browse files Browse the repository at this point in the history
…ng full stop

Closes remkop#1578
  • Loading branch information
heuermh committed Feb 15, 2022
1 parent 9f6895b commit 7b67358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/picocli/CommandLine.java
Original file line number Diff line number Diff line change
Expand Up @@ -15009,7 +15009,7 @@ static class AutoHelpMixin {
* and a {@code COMMAND} positional parameter with {@code descriptionKey = "helpCommand.command"}.
* @since 3.0
*/
@Command(name = "help", header = "Displays help information about the specified command",
@Command(name = "help", header = "Display help information about the specified command.",
synopsisHeading = "%nUsage: ", helpCommand = true,
description = {"%nWhen no COMMAND is given, the usage help for the main command is displayed.",
"If a COMMAND is specified, the help for that command is shown.%n"})
Expand Down

0 comments on commit 7b67358

Please sign in to comment.