From 75d320cc91207d0ee942a09ec61d03b166e26c9c Mon Sep 17 00:00:00 2001
From: Arthur Schiwon <blizzz@owncloud.com>
Date: Tue, 3 Jun 2014 12:36:42 +0200
Subject: [PATCH] fix description texts

---
 apps/user_ldap/command/setconfig.php  | 2 +-
 apps/user_ldap/command/testconfig.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/user_ldap/command/setconfig.php b/apps/user_ldap/command/setconfig.php
index 465537a350..5326c3a648 100644
--- a/apps/user_ldap/command/setconfig.php
+++ b/apps/user_ldap/command/setconfig.php
@@ -21,7 +21,7 @@ class SetConfig extends Command {
 	protected function configure() {
 		$this
 			->setName('ldap:set-config')
-			->setDescription('shows the LDAP configuration')
+			->setDescription('modifies an LDAP configuration')
 			->addArgument(
 					'configID',
 					InputArgument::REQUIRED,
diff --git a/apps/user_ldap/command/testconfig.php b/apps/user_ldap/command/testconfig.php
index 3bf91458b5..e393e5dd9b 100644
--- a/apps/user_ldap/command/testconfig.php
+++ b/apps/user_ldap/command/testconfig.php
@@ -21,7 +21,7 @@ class TestConfig extends Command {
 	protected function configure() {
 		$this
 			->setName('ldap:test-config')
-			->setDescription('shows the LDAP configuration')
+			->setDescription('tests an LDAP configuration')
 			->addArgument(
 					'configID',
 					InputArgument::REQUIRED,
-- 
GitLab