From 1d0a1016e71b1c2937515c691ae2a224d3b4216c Mon Sep 17 00:00:00 2001 From: Magnus Walbeck <mw@mwalbeck.org> Date: Fri, 20 Aug 2021 13:57:26 +0200 Subject: [PATCH] Add recording help command to the help message --- lib/Command/Record.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Command/Record.php b/lib/Command/Record.php index dcaadbe..87caf27 100644 --- a/lib/Command/Record.php +++ b/lib/Command/Record.php @@ -86,6 +86,7 @@ You have the following options available: /recording start - Starts a call recording /recording stop - Stops the call recording /recording status - Checks if there is an active call recording + /recording help - Shows this help message '; $output->writeln($message);