Browse Source

Fix typo in command description

tags/v8.2beta1
Joas Schilling 9 years ago
parent
commit
971060862e
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      core/command/config/app/getconfig.php
  2. 1
    1
      core/command/config/system/getconfig.php

+ 1
- 1
core/command/config/app/getconfig.php View File

@@ -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,

+ 1
- 1
core/command/config/system/getconfig.php View File

@@ -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,

Loading…
Cancel
Save