Merge pull request #9 from Aman-Mandal/aman-help

pull/12/head
Hamothy 3 years ago committed by GitHub
commit a328cf982c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -169,7 +169,7 @@ OPTIONS:
--unicode-only The uwu'ified text will only include UTF-8 faces
-r, --random The flag to enable randomized uwu'ified text
-w, --words <VALUE> The modifier to determine how many words to be uwu'ified [default: 1]
-f, --faces <VALUE> The modifier for uwu faces e.g hello -> hewwo [default: 0.05]
-f, --faces <VALUE> The modifier for uwu faces e.g hello -> (^-^*)/ hewwo [default: 0.05]
-a, --actions <VALUE> The modifier for actions e.g *shuffles over* [default: 0.125]
-s, --stutters <VALUE> The modifier for stutters e.g b-baka! [default: 0.225]
-h, --help Print help information

@ -77,7 +77,7 @@ macro_rules! app {
)
.arg(
Arg::new("faces")
.help("The modifier for uwu faces e.g hello -> hewwo")
.help("The modifier for uwu faces e.g hello -> (^-^*)/ hewwo")
.short('f')
.long("faces")
.value_name("VALUE")

Loading…
Cancel
Save