1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 21:54:00 +02:00

[ticket/12039] Update command descriptions

PHPBB3-12039
This commit is contained in:
Joas Schilling
2013-12-26 19:03:43 +01:00
parent 86e629e533
commit 98200161fc
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ class increment extends command
{
$this
->setName('config:increment')
->setDescription("Increment a configuration option's value")
->setDescription("Increments a configuration option's value")
->addArgument(
'key',
InputArgument::REQUIRED,