diff options
author | Joas Schilling <coding@schilljs.com> | 2016-06-14 15:22:13 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-07-13 18:44:00 +0200 |
commit | 9ed62c3b81cb684376ed86a7940ca4469d4f76b2 (patch) | |
tree | 64f39aa354c989b2fe3a144be4cb5991eb68dc8d /core | |
parent | dcacdde1ea24b4e4328d313d43998d4e4515c368 (diff) | |
download | nextcloud-server-9ed62c3b81cb684376ed86a7940ca4469d4f76b2.tar.gz nextcloud-server-9ed62c3b81cb684376ed86a7940ca4469d4f76b2.zip |
Fix descriptions
Diffstat (limited to 'core')
-rw-r--r-- | core/Command/User/Setting.php | 4 |
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( |