From cf6863a3049af1a00ded154a3ab6654acaef42fa Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Sun, 30 Oct 2022 01:05:21 +0000 Subject: [PATCH] fix wording in cli example readme --- examples/cli/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/README.md b/examples/cli/README.md index 1b63f07..c7f556a 100644 --- a/examples/cli/README.md +++ b/examples/cli/README.md @@ -1,6 +1,6 @@ ## About -A simple voicemeeter-cli program. Offers ability to toggle, get and set parameters. +A simple voicemeeter-cli script. Offers ability to toggle, get and set parameters. ## Use @@ -8,7 +8,7 @@ Toggle with `!` prefix, get by excluding `=` and set by including `=`. Mix and m You may pass the following optional flags: -- -v: (-verbose) to toggle console output. +- -o: (-output) to toggle console output. - -i: (-interactive) to toggle interactive mode. - -k: (-kind) to set the kind of Voicemeeter. Defaults to banana. @@ -28,4 +28,4 @@ Setting bus[2].eq.on=1 Setting command.lock=1 ``` -If running in interactive mode enter `` to exit. +If running in interactive mode press `` to exit.