mirror of
https://github.com/clap-rs/clap
synced 2024-11-16 01:18:00 +00:00
Merge pull request #4014 from nt591/patch-1
[Documentation] fix typo in arg.rs
This commit is contained in:
commit
686d174e28
1 changed files with 1 additions and 1 deletions
|
@ -3666,7 +3666,7 @@ impl<'help> Arg<'help> {
|
|||
self
|
||||
}
|
||||
|
||||
/// Require these arguments names when this one is presen
|
||||
/// Require these arguments names when this one is present
|
||||
///
|
||||
/// i.e. when using this argument, the following arguments *must* be present.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue