aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/config/set_atomic.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/console/command/config/set_atomic.php')
-rw-r--r--phpBB/phpbb/console/command/config/set_atomic.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/config/set_atomic.php b/phpBB/phpbb/console/command/config/set_atomic.php
index ef2cb5c3e1..03e7a60210 100644
--- a/phpBB/phpbb/console/command/config/set_atomic.php
+++ b/phpBB/phpbb/console/command/config/set_atomic.php
@@ -19,7 +19,7 @@ class set_atomic extends command
{
$this
->setName('config:set-atomic')
- ->setDescription("Sets a configuration option's value only if the old_value matches the current configuration value or the configuration value does not exist yet.")
+ ->setDescription("Sets a configuration option's value only if the old matches the current value.")
->addArgument(
'key',
InputArgument::REQUIRED,