Fix typo in command description

Este commit está contenido en:
Joas Schilling 2015-07-07 11:20:53 +02:00
padre f09fe564ea
commit 971060862e
Se han modificado 2 ficheros con 2 adiciones y 2 borrados

Ver fichero

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

Ver fichero

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