fix wording in cli example readme

This commit is contained in:
onyx-and-iris 2022-10-30 01:05:21 +00:00
parent b6f4567d2a
commit cf6863a304

View File

@ -1,6 +1,6 @@
## About ## 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 ## 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: 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. - -i: (-interactive) to toggle interactive mode.
- -k: (-kind) to set the kind of Voicemeeter. Defaults to banana. - -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 Setting command.lock=1
``` ```
If running in interactive mode enter `<Enter>` to exit. If running in interactive mode press `<Enter>` to exit.