diff --git a/apps/user_ldap/command/setconfig.php b/apps/user_ldap/command/setconfig.php index 465537a350ffd610775a867d3de1f9359826fdd4..5326c3a648def84b6e0d7c283904ca92e835d020 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 3bf91458b5bcfb1c148023e48f63a5347a0e7e3e..e393e5dd9b87e904b852efc06370c6ec10a01307 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,