]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix description texts
authorArthur Schiwon <blizzz@owncloud.com>
Tue, 3 Jun 2014 10:36:42 +0000 (12:36 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Tue, 3 Jun 2014 10:36:42 +0000 (12:36 +0200)
apps/user_ldap/command/setconfig.php
apps/user_ldap/command/testconfig.php

index 465537a350ffd610775a867d3de1f9359826fdd4..5326c3a648def84b6e0d7c283904ca92e835d020 100644 (file)
@@ -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,
index 3bf91458b5bcfb1c148023e48f63a5347a0e7e3e..e393e5dd9b87e904b852efc06370c6ec10a01307 100644 (file)
@@ -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,