fix s flag in help message

This commit is contained in:
onyx-and-iris 2024-07-02 17:59:44 +01:00
parent 4b64ae95fd
commit b95c40265c

View File

@ -159,7 +159,7 @@ void help()
"\tD: Set log level 0=TRACE, 1=DEBUG, 2=INFO, 3=WARN, 4=ERROR, 5=FATAL\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" "\tv: Enable extra console output (toggle, set messages)\n"
"\tm: Launch the MacroButtons application\n" "\tm: Launch the MacroButtons application\n"
"\tm: Launch the StreamerView application"); "\ts: Launch the StreamerView application");
} }
/** /**