summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/command
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2014-06-03 12:36:42 +0200
committerArthur Schiwon <blizzz@owncloud.com>2014-06-03 12:36:42 +0200
commit75d320cc91207d0ee942a09ec61d03b166e26c9c (patch)
tree0c057ba7126e996c7d7b39d21a1fde27fc56634b /apps/user_ldap/command
parent4bfb162558c7b505202d2bedd1f7c3f92907d5e0 (diff)
downloadnextcloud-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.php2
-rw-r--r--apps/user_ldap/command/testconfig.php2
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,