mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
Change some wording to be more inclusive
This commit is contained in:
parent
fbcf079e78
commit
a2e5cc2bec
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ fn main() {
|
||||||
0 => println!("No verbose info"),
|
0 => println!("No verbose info"),
|
||||||
1 => println!("Some verbose info"),
|
1 => println!("Some verbose info"),
|
||||||
2 => println!("Tons of 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
|
// You can handle information about subcommands by requesting their matches by name
|
||||||
|
|
Loading…
Reference in a new issue