From 9ed62c3b81cb684376ed86a7940ca4469d4f76b2 Mon Sep 17 00:00:00 2001
From: Joas Schilling <coding@schilljs.com>
Date: Tue, 14 Jun 2016 15:22:13 +0200
Subject: [PATCH] Fix descriptions

---
 core/Command/User/Setting.php | 4 ++--
 1 file 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(
-- 
GitLab