Fix typo in command description

This commit is contained in:
Joas Schilling 2015-07-07 11:20:53 +02:00
parent f09fe564ea
commit 971060862e
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ class GetConfig extends Base {
$this $this
->setName('config:app:get') ->setName('config:app:get')
->setDescription('Set an app config value') ->setDescription('Get an app config value')
->addArgument( ->addArgument(
'app', 'app',
InputArgument::REQUIRED, InputArgument::REQUIRED,

View File

@ -45,7 +45,7 @@ class GetConfig extends Base {
$this $this
->setName('config:system:get') ->setName('config:system:get')
->setDescription('Set a system config value') ->setDescription('Get a system config value')
->addArgument( ->addArgument(
'name', 'name',
InputArgument::REQUIRED, InputArgument::REQUIRED,