1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/12684] Add extended help for the user:add command

PHPBB3-12684
This commit is contained in:
Matt Friedman
2016-03-08 00:32:59 -08:00
parent 0c1e7c2f9c
commit 0f8790dd2e
2 changed files with 4 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ class add extends \phpbb\console\command\command
$this
->setName('user:add')
->setDescription($this->language->lang('CLI_DESCRIPTION_USER_ADD'))
->setHelp($this->language->lang('CLI_HELP_USER_ADD'))
->addOption(
'username',
'U',