Skip to content

Commit

Permalink
Merge pull request #5216 from kellytk/correct-wording
Browse files Browse the repository at this point in the history
Update command.rs
  • Loading branch information
epage committed Nov 17, 2023
2 parents 3aeea91 + 7568d5f commit 5c81df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clap_builder/src/builder/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ impl Command {
/// assert_eq!(res.unwrap_err().kind(), ErrorKind::UnknownArgument);
/// ```
///
/// You can create a custom version flag with [`ArgAction::Help`], [`ArgAction::HelpShort`], or
/// You can create a custom help flag with [`ArgAction::Help`], [`ArgAction::HelpShort`], or
/// [`ArgAction::HelpLong`]
/// ```rust
/// # use clap_builder as clap;
Expand Down

0 comments on commit 5c81df6

Please sign in to comment.