summaryrefslogtreecommitdiffstats
path: root/core/command
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-07-07 11:20:53 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2015-07-07 11:20:53 +0200
commit971060862e7fac14b95cc6cf81510d9992a929a6 (patch)
tree5c1446ef78b51f27bf27a44a3415815275da1ba1 /core/command
parentf09fe564eab98823476eae265f4b09d69c79ef7b (diff)
downloadnextcloud-server-971060862e7fac14b95cc6cf81510d9992a929a6.tar.gz
nextcloud-server-971060862e7fac14b95cc6cf81510d9992a929a6.zip
Fix typo in command description
Diffstat (limited to 'core/command')
-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,