diff options
Diffstat (limited to 'core/command/config/system/deleteconfig.php')
-rw-r--r-- | core/command/config/system/deleteconfig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/command/config/system/deleteconfig.php b/core/command/config/system/deleteconfig.php index c4930a8d3aa..49bc2bc8c03 100644 --- a/core/command/config/system/deleteconfig.php +++ b/core/command/config/system/deleteconfig.php @@ -49,7 +49,7 @@ class DeleteConfig extends Base { ->addArgument( 'name', InputArgument::REQUIRED, - 'Name of the config to set' + 'Name of the config to delete' ) ->addOption( 'error-if-not-exists', |