Change some wording to be more inclusive

This commit is contained in:
John Breen 2021-07-15 17:03:25 -04:00 committed by GitHub
parent fbcf079e78
commit a2e5cc2bec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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