Updated the help section in Readme

pull/9/head
Aman-Mandal 3 years ago
parent e3a1458f66
commit a207e5dd9d

@ -169,7 +169,7 @@ OPTIONS:
--unicode-only The uwu'ified text will only include UTF-8 faces --unicode-only The uwu'ified text will only include UTF-8 faces
-r, --random The flag to enable randomized uwu'ified text -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] -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] -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] -s, --stutters <VALUE> The modifier for stutters e.g b-baka! [default: 0.225]
-h, --help Print help information -h, --help Print help information

@ -77,7 +77,7 @@ macro_rules! app {
) )
.arg( .arg(
Arg::new("faces") 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') .short('f')
.long("faces") .long("faces")
.value_name("VALUE") .value_name("VALUE")

Loading…
Cancel
Save