summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2023-04-25 12:34:02 -0300
committerVitor Mattos <vitor@php.rio>2023-04-25 12:34:02 -0300
commit81fb1b7298a8647daa14ec9a40bccc40bd0dd175 (patch)
tree277e108117e1d33b5ccb8780f623a9811042b908
parentcd221eab51e43d50c160e82c74b4157e2f0734cc (diff)
Change text after code review
https://github.com/nextcloud/spreed/pull/9375/files#r1176408612 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 18fd3b1f6..36dd3a220 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 the total of attendeers, sessions and active participants.
+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 84e50713e..5b67748c9 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 the total of attendeers, sessions and active participants.')
+ ->setDescription('Prints the number of attendees, active sessions and participant in the call.')
->addArgument(
'token',
InputArgument::REQUIRED,