diff --git a/docs/occ.md b/docs/occ.md index cbd820e15f3..36dd3a220bd 100644 --- a/docs/occ.md +++ b/docs/occ.md @@ -95,7 +95,7 @@ Allows you to check if calls are currently in process ## talk:monitor:room -Prints a list with conversations that have an active call as well as their participant count +Prints the number of attendees, active sessions and participant in the call. ### Usage diff --git a/lib/Command/Monitor/Room.php b/lib/Command/Monitor/Room.php index a8f677ba915..5b67748c99c 100644 --- a/lib/Command/Monitor/Room.php +++ b/lib/Command/Monitor/Room.php @@ -46,7 +46,7 @@ protected function configure(): void { $this ->setName('talk:monitor:room') - ->setDescription('Prints a list with conversations that have an active call as well as their participant count') + ->setDescription('Prints the number of attendees, active sessions and participant in the call.') ->addArgument( 'token', InputArgument::REQUIRED,