From 971060862e7fac14b95cc6cf81510d9992a929a6 Mon Sep 17 00:00:00 2001 From: Joas Schilling <nickvergessen@owncloud.com> Date: Tue, 7 Jul 2015 11:20:53 +0200 Subject: [PATCH] Fix typo in command description --- core/command/config/app/getconfig.php | 2 +- core/command/config/system/getconfig.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/command/config/app/getconfig.php b/core/command/config/app/getconfig.php index 08b263627e..186ed46999 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 df9b1a96ef..d53de18a0b 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, -- GitLab