mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
Update command.rs
Correct wording.
This commit is contained in:
parent
3aeea916e8
commit
7568d5fa67
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue