Browse Source

Change text after code review

https://github.com/nextcloud/spreed/pull/9375/files#r1176408612

Signed-off-by: Vitor Mattos <vitor@php.rio>
pull/9375/head
Vitor Mattos 2 years ago
parent
commit
81fb1b7298
  1. 2
      docs/occ.md
  2. 2
      lib/Command/Monitor/Room.php

2
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

2
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,

Loading…
Cancel
Save