mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12656] Use lang keys for CLI command descriptions
PHPBB3-12656
This commit is contained in:
@@ -26,7 +26,7 @@ class set_atomic extends command
|
||||
{
|
||||
$this
|
||||
->setName('config:set-atomic')
|
||||
->setDescription("Sets a configuration option's value only if the old matches the current value.")
|
||||
->setDescription($this->user->lang('CLI_DESCRIPTION_SET_ATOMIC_CONFIG'))
|
||||
->addArgument(
|
||||
'key',
|
||||
InputArgument::REQUIRED,
|
||||
|
Reference in New Issue
Block a user