diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-07-07 11:20:53 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-07-07 11:20:53 +0200 |
commit | 971060862e7fac14b95cc6cf81510d9992a929a6 (patch) | |
tree | 5c1446ef78b51f27bf27a44a3415815275da1ba1 /core/command | |
parent | f09fe564eab98823476eae265f4b09d69c79ef7b (diff) | |
download | nextcloud-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.php | 2 | ||||
-rw-r--r-- | 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 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, |