summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
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(