aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/command/config/app/getconfig.php2
-rw-r--r--core/command/config/system/getconfig.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/command/config/app/getconfig.php b/core/command/config/app/getconfig.php
index 08b263627ef..186ed46999f 100644
--- a/core/command/config/app/getconfig.php
+++ b/core/command/config/app/getconfig.php
@@ -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,
diff --git a/core/command/config/system/getconfig.php b/core/command/config/system/getconfig.php
index df9b1a96ef3..d53de18a0bb 100644
--- a/core/command/config/system/getconfig.php
+++ b/core/command/config/system/getconfig.php
@@ -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,