1 Commits

Author SHA1 Message Date
b95c40265c fix s flag in help message 2024-07-02 17:59:44 +01:00

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"
"\tv: Enable extra console output (toggle, set messages)\n"
"\tm: Launch the MacroButtons application\n"
"\tm: Launch the StreamerView application");
"\ts: Launch the StreamerView application");
}
/**