Merge pull request #2600 from jvbreen1/patch-1

Change some wording to be more inclusive
This commit is contained in:
Pavan Kumar Sunkara 2021-07-16 15:33:14 +01:00 committed by GitHub
commit 4beb1aa354
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