From b95c40265cb4a6ee7a07d60388de5c98d271c5c7 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 2 Jul 2024 17:59:44 +0100 Subject: [PATCH] fix s flag in help message --- src/vmrcli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vmrcli.c b/src/vmrcli.c index c066c94..0d9e6c9 100644 --- a/src/vmrcli.c +++ b/src/vmrcli.c @@ -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"); } /**