1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 03:34:04 +02:00

[ticket/12656] Use lang keys for CLI command descriptions

PHPBB3-12656
This commit is contained in:
Dhruv
2014-07-23 00:35:09 +05:30
parent e11875527d
commit 4092b63be3
14 changed files with 30 additions and 19 deletions

View File

@@ -22,7 +22,7 @@ class purge extends command
{
$this
->setName('extension:purge')
->setDescription('Purges the specified extension.')
->setDescription($this->user->lang('CLI_DESCRIPTION_PURGE_EXTENSION'))
->addArgument(
'extension-name',
InputArgument::REQUIRED,