Skip to content

Commit

Permalink
Update command.rs
Browse files Browse the repository at this point in the history
Correct wording.
  • Loading branch information
kellytk authored Nov 17, 2023
1 parent 3aeea91 commit 7568d5f
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 7568d5f

Please sign in to comment.