diff options
Diffstat (limited to 'core/command/config/system/getconfig.php')
-rw-r--r-- | core/command/config/system/getconfig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/command/config/system/getconfig.php b/core/command/config/system/getconfig.php index 1ed3b36da36..df9b1a96ef3 100644 --- a/core/command/config/system/getconfig.php +++ b/core/command/config/system/getconfig.php @@ -55,7 +55,7 @@ class GetConfig extends Base { 'default-value', null, InputOption::VALUE_OPTIONAL, - 'If no default value is set and the config does not exist, an error is thrown' + 'If no default value is set and the config does not exist, the command will exit with 1' ) ; } |