From 9ffd6954c79f6b8a9bd3f6c00f82ab222810e1c7 Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Thu, 1 Sep 2022 21:11:26 +0200 Subject: [PATCH] CLI: Rephrase recording options on `--help` Related to: https://github.com/jamulussoftware/jamuluswebsite/issues/756 Co-Authored-By: Peter L Jones --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index df24e71d07..9cad4d808d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1080,8 +1080,8 @@ QString UsageArguments ( char** argv ) " registering with a server list hosted\n" " behind the same NAT\n" " -P, --delaypan start with delay panning enabled\n" - " -R, --recording sets directory to contain recorded jams\n" - " --norecord disables recording (when enabled by default by -R)\n" + " -R, --recording set server recording directory; server will record when a session is active by default\n" + " --norecord set server not to record by default when recording is configured\n" " -s, --server start Server\n" " --serverbindip IP address the Server will bind to (rather than all)\n" " -T, --multithreading use multithreading to make better use of\n"