Fix typo in command description

このコミットが含まれているのは:
Joas Schilling 2015-07-07 11:20:53 +02:00
コミット 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,