mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
parent
71ff62c37e
commit
23b1502c00
1 changed files with 1 additions and 1 deletions
|
@ -1824,7 +1824,7 @@ impl<'help> App<'help> {
|
|||
///
|
||||
/// let res = app.try_get_matches_from_mut(vec!["foo", "-x"]);
|
||||
///
|
||||
/// // Since we changed `foo`'s short to "f" this should err as there
|
||||
/// // Since we changed `bar`'s short to "f" this should err as there
|
||||
/// // is no `-x` anymore, only `-f`
|
||||
///
|
||||
/// assert!(res.is_err());
|
||||
|
|
Loading…
Reference in a new issue