fix description texts

This commit is contained in:
Arthur Schiwon 2014-06-03 12:36:42 +02:00
parent 4bfb162558
commit 75d320cc91
2 changed files with 2 additions and 2 deletions

View 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,

View 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,