aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/cli.php
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2016-12-07 10:13:09 -0800
committerMatt Friedman <maf675@gmail.com>2016-12-07 10:13:09 -0800
commit74cd513a8892285032a248322e3ce52b19645075 (patch)
tree431367b4c21a7f18305c5263c74680f00cb8fca0 /phpBB/language/en/cli.php
parent129bfd5e62ed56edc9641795ca5d28059d181d88 (diff)
downloadforums-74cd513a8892285032a248322e3ce52b19645075.tar
forums-74cd513a8892285032a248322e3ce52b19645075.tar.gz
forums-74cd513a8892285032a248322e3ce52b19645075.tar.bz2
forums-74cd513a8892285032a248322e3ce52b19645075.tar.xz
forums-74cd513a8892285032a248322e3ce52b19645075.zip
[ticket/14895] CLI reparser:list should display proper list
PHPBB3-14895
Diffstat (limited to 'phpBB/language/en/cli.php')
-rw-r--r--phpBB/language/en/cli.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/cli.php b/phpBB/language/en/cli.php
index 6e86c75ec0..9940609364 100644
--- a/phpBB/language/en/cli.php
+++ b/phpBB/language/en/cli.php
@@ -68,6 +68,7 @@ $lang = array_merge($lang, array(
'CLI_DESCRIPTION_PURGE_EXTENSION' => 'Purges the specified extension.',
'CLI_DESCRIPTION_REPARSER_LIST' => 'Lists the types of text that can be reparsed.',
+ 'CLI_DESCRIPTION_REPARSER_AVAILABLE' => 'Available reparsers:',
'CLI_DESCRIPTION_REPARSER_REPARSE' => 'Reparses stored text with the current text_formatter services.',
'CLI_DESCRIPTION_REPARSER_REPARSE_ARG_1' => 'Type of text to reparse. Leave blank to reparse everything.',
'CLI_DESCRIPTION_REPARSER_REPARSE_OPT_DRY_RUN' => 'Do not save any changes; just print what would happen',