Fix typo in command description

这个提交包含在:
Joas Schilling 2015-07-07 11:20:53 +02:00
父节点 f09fe564ea
当前提交 971060862e
共有 2 个文件被更改,包括 2 次插入2 次删除

查看文件

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