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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-06-14 16:22:13 +0300
committerJoas Schilling <coding@schilljs.com>2016-07-13 19:44:00 +0300
commit9ed62c3b81cb684376ed86a7940ca4469d4f76b2 (patch)
tree64f39aa354c989b2fe3a144be4cb5991eb68dc8d /core
parentdcacdde1ea24b4e4328d313d43998d4e4515c368 (diff)
Fix descriptions
Diffstat (limited to 'core')
-rw-r--r--core/Command/User/Setting.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Command/User/Setting.php b/core/Command/User/Setting.php
index b9f7566f576..c59f079df65 100644
--- a/core/Command/User/Setting.php
+++ b/core/Command/User/Setting.php
@@ -57,7 +57,7 @@ class Setting extends Base {
parent::configure();
$this
->setName('user:setting')
- ->setDescription('adds a user')
+ ->setDescription('Read and modify user settings')
->addArgument(
'uid',
InputArgument::REQUIRED,
@@ -66,7 +66,7 @@ class Setting extends Base {
->addArgument(
'app',
InputArgument::OPTIONAL,
- 'Restrict the preferences to a given app',
+ 'Restrict the settings to a given app',
''
)
->addArgument(