Skip to content
Snippets Groups Projects
Commit 75d320cc authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

fix description texts

parent 4bfb1625
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ class SetConfig extends Command { ...@@ -21,7 +21,7 @@ class SetConfig extends Command {
protected function configure() { protected function configure() {
$this $this
->setName('ldap:set-config') ->setName('ldap:set-config')
->setDescription('shows the LDAP configuration') ->setDescription('modifies an LDAP configuration')
->addArgument( ->addArgument(
'configID', 'configID',
InputArgument::REQUIRED, InputArgument::REQUIRED,
......
...@@ -21,7 +21,7 @@ class TestConfig extends Command { ...@@ -21,7 +21,7 @@ class TestConfig extends Command {
protected function configure() { protected function configure() {
$this $this
->setName('ldap:test-config') ->setName('ldap:test-config')
->setDescription('shows the LDAP configuration') ->setDescription('tests an LDAP configuration')
->addArgument( ->addArgument(
'configID', 'configID',
InputArgument::REQUIRED, InputArgument::REQUIRED,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment