Skip to content

Commit

Permalink
Merge pull request #2600 from jvbreen1/patch-1
Browse files Browse the repository at this point in the history
Change some wording to be more inclusive
  • Loading branch information
pksunkara authored Jul 16, 2021
2 parents fbcf079 + a2e5cc2 commit 4beb1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4beb1aa

Please sign in to comment.