Skip to content
Snippets Groups Projects
Commit 97106086 authored by Joas Schilling's avatar Joas Schilling
Browse files

Fix typo in command description

parent f09fe564
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment