Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-05-06 12:02:19 +0300
committerDaniel Rudolf <github.com@daniel-rudolf.de>2020-05-06 12:02:19 +0300
commite577601ae4a78391b0d8f220203138bc1e52e589 (patch)
tree2ec42a3c89257cfd3d1bf3471436bff681abb5c1 /lib/Command
parentc770837f8dccd655935f3d79fd21ffc4a30296bf (diff)
Improve talk:room:update option descriptions
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
Diffstat (limited to 'lib/Command')
-rw-r--r--lib/Command/Room/Update.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Command/Room/Update.php b/lib/Command/Room/Update.php
index ad9b0ca61..1f7a8897b 100644
--- a/lib/Command/Room/Update.php
+++ b/lib/Command/Room/Update.php
@@ -73,12 +73,12 @@ class Update extends Base {
'readonly',
null,
InputOption::VALUE_REQUIRED,
- 'Modifies the room to be a room with read-only (value 1) or read-write (value 0) access'
+ 'Modifies the room to be read-only (value 1) or read-write (value 0)'
)->addOption(
'password',
null,
InputOption::VALUE_REQUIRED,
- 'Sets a new password for the room; pass a empty value to remove password protection'
+ 'Sets a new password for the room; pass an empty value to remove password protection'
);
}