From fe969193f676d41144623b08227fb47150c2b92b Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 2 Dec 2025 02:15:05 +0000 Subject: [PATCH] fix updated flags in Use section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a8e2d2..646c520 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ## `Use` ```powershell -.\vmrcli.exe [-h] [-i|-I] [-k] [-D] [-v] [-c] [-m] [-s] +.\vmrcli.exe [-h] [-v] [-i|-I] [-f] [-k] [-l] [-e] [-c] [-m] [-s] ``` Where: @@ -22,8 +22,8 @@ Where: - `v`: Print the version of vmrcli. - `i`: Enable interactive mode, use (-I) to disable the '>>' prompt. - If set, any api commands passed on the command line will be ignored. -- `k`: The kind of Voicemeeter (basic, banana or potato). Use this to launch the GUI. - `f`: Do not split input on spaces. +- `k`: The kind of Voicemeeter (basic, banana or potato). Use this to launch the GUI. - `l`: Set log level, must be one of TRACE, DEBUG, INFO, WARN, ERROR, or FATAL - `e`: Enable extra console output (toggle, set messages) - `c`: Load a user configuration (give the full file path)