diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2014-06-03 12:36:42 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-06-03 12:36:42 +0200 |
commit | 75d320cc91207d0ee942a09ec61d03b166e26c9c (patch) | |
tree | 0c057ba7126e996c7d7b39d21a1fde27fc56634b /apps/user_ldap/command | |
parent | 4bfb162558c7b505202d2bedd1f7c3f92907d5e0 (diff) | |
download | nextcloud-server-75d320cc91207d0ee942a09ec61d03b166e26c9c.tar.gz nextcloud-server-75d320cc91207d0ee942a09ec61d03b166e26c9c.zip |
fix description texts
Diffstat (limited to 'apps/user_ldap/command')
-rw-r--r-- | apps/user_ldap/command/setconfig.php | 2 | ||||
-rw-r--r-- | 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 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, |