mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
Merge pull request #2600 from jvbreen1/patch-1
Change some wording to be more inclusive
This commit is contained in:
commit
4beb1aa354
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ fn main() {
|
|||
0 => println!("No verbose info"),
|
||||
1 => println!("Some verbose info"),
|
||||
2 => println!("Tons of verbose info"),
|
||||
_ => println!("Don't be crazy"),
|
||||
_ => println!("Don't be ridiculous"),
|
||||
}
|
||||
|
||||
// You can handle information about subcommands by requesting their matches by name
|
||||
|
|
Loading…
Reference in a new issue