From 09793afafa9bd6eb1d1149642544bc43298945e3 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 5 Jul 2024 12:05:50 +0100 Subject: [PATCH] upd instruction for -c. giving file name is unreliable. --- README.md | 2 +- src/vmrcli.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c90cc0..e16fbf4 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Where: - `k`: The kind of Voicemeeter (basic, banana or potato). Use this to launch the GUI. - `D`: Set log level 0=TRACE, 1=DEBUG, 2=INFO, 3=WARN, 4=ERROR, 5=FATAL - `v`: Enable extra console output (toggle, set messages) -- `c`: Load a user configuration (given the file name or a full path) +- `c`: Load a user configuration (give the full file path) - `m`: Launch the MacroButtons application - `s`: Launch the StreamerView application diff --git a/src/vmrcli.c b/src/vmrcli.c index 62fb004..8b15c82 100644 --- a/src/vmrcli.c +++ b/src/vmrcli.c @@ -179,7 +179,7 @@ void help() "\tk: The kind of Voicemeeter (basic, banana, potato)\n" "\tD: Set log level 0=TRACE, 1=DEBUG, 2=INFO, 3=WARN, 4=ERROR, 5=FATAL\n" "\tv: Enable extra console output (toggle, set messages)\n" - "\tc: Load a user configuration (given the file name or a full path)\n" + "\tc: Load a user configuration (give the full file path)\n" "\tm: Launch the MacroButtons application\n" "\ts: Launch the StreamerView application"); }