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

[ticket/12039] Fix option descriptions

PHPBB3-12039
This commit is contained in:
Joas Schilling
2013-11-27 15:16:40 +01:00
parent e6749261f1
commit de727b80e2
3 changed files with 3 additions and 3 deletions

View File

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