diff --git a/README.md b/README.md index 96a96b9..5e800bf 100644 --- a/README.md +++ b/README.md @@ -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 The modifier to determine how many words to be uwu'ified [default: 1] - -f, --faces The modifier for uwu faces e.g hello -> hewwo [default: 0.05] + -f, --faces The modifier for uwu faces e.g hello -> (^-^*)/ hewwo [default: 0.05] -a, --actions The modifier for actions e.g *shuffles over* [default: 0.125] -s, --stutters The modifier for stutters e.g b-baka! [default: 0.225] -h, --help Print help information diff --git a/src/main.rs b/src/main.rs index 9dd46f4..d499adb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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")