From: Arthur Schiwon Date: Tue, 3 Jun 2014 10:36:42 +0000 (+0200) Subject: fix description texts X-Git-Tag: v7.0.0alpha2~128^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=75d320cc91207d0ee942a09ec61d03b166e26c9c;p=nextcloud-server.git fix description texts --- diff --git a/apps/user_ldap/command/setconfig.php b/apps/user_ldap/command/setconfig.php index 465537a350f..5326c3a648d 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 3bf91458b5b..e393e5dd9b8 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,