diff --git a/core/command/config/app/getconfig.php b/core/command/config/app/getconfig.php index 08b263627ef9feb12b9ce2d5f97bc0f381b4e5a3..186ed46999f2aa7a07d274ebf368ab6319ecdecd 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 df9b1a96ef36675c75361d6c4e514a187f55a32a..d53de18a0bb132388747a4d27b9627b0b7e404a4 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,