Fix typo in command description

This commit is contained in:
Joas Schilling 2015-07-07 11:20:53 +02:00
förälder f09fe564ea
incheckning 971060862e
2 ändrade filer med 2 tillägg och 2 borttagningar

Visa fil

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

Visa fil

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