mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix description texts
This commit is contained in:
parent
4bfb162558
commit
75d320cc91
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue