summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2023-04-25 08:48:19 -0300
committerVitor Mattos <vitor@php.rio>2023-04-25 08:50:04 -0300
commitcd221eab51e43d50c160e82c74b4157e2f0734cc (patch)
tree4e51321cca8eb85544b517c74bbd89013f63f84c
parent2d8a0e4d8748e98a58713d9bd015c7057ac77c12 (diff)
Fix command description
Signed-off-by: Vitor Mattos <vitor@php.rio>
-rw-r--r--docs/occ.md2
-rw-r--r--lib/Command/Monitor/Room.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/occ.md b/docs/occ.md
index cbd820e15..18fd3b1f6 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 total of attendeers, sessions and active participants.
### Usage
diff --git a/lib/Command/Monitor/Room.php b/lib/Command/Monitor/Room.php
index a8f677ba9..84e50713e 100644
--- a/lib/Command/Monitor/Room.php
+++ b/lib/Command/Monitor/Room.php
@@ -46,7 +46,7 @@ class Room extends Base {
$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 total of attendeers, sessions and active participants.')
->addArgument(
'token',
InputArgument::REQUIRED,