mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
[ticket/12039] Fix option descriptions
PHPBB3-12039
This commit is contained in:
@@ -19,7 +19,7 @@ class increment extends command
|
||||
{
|
||||
$this
|
||||
->setName('config:increment')
|
||||
->setDescription("Sets a configuration option's value")
|
||||
->setDescription("Increment a configuration option's value")
|
||||
->addArgument(
|
||||
'key',
|
||||
InputArgument::REQUIRED,
|
||||
|
Reference in New Issue
Block a user