mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2024-11-15 17:40:56 +00:00
upd instruction for -c.
giving file name is unreliable.
This commit is contained in:
parent
8bdbfe9b04
commit
09793afafa
@ -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
|
||||
|
||||
|
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user