mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix typo in command description
This commit is contained in:
parent
f09fe564ea
commit
971060862e
2 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ class GetConfig extends Base {
|
|||
|
||||
$this
|
||||
->setName('config:app:get')
|
||||
->setDescription('Set an app config value')
|
||||
->setDescription('Get an app config value')
|
||||
->addArgument(
|
||||
'app',
|
||||
InputArgument::REQUIRED,
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ class GetConfig extends Base {
|
|||
|
||||
$this
|
||||
->setName('config:system:get')
|
||||
->setDescription('Set a system config value')
|
||||
->setDescription('Get a system config value')
|
||||
->addArgument(
|
||||
'name',
|
||||
InputArgument::REQUIRED,
|
||||
|
|
|
|||
Loading…
Reference in a new issue