aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2016-12-11 20:25:09 +0100
committerTristan Darricau <github@nicofuma.fr>2016-12-11 20:25:09 +0100
commit8c9d6add2ea20a2845eb1137be1607dfd00378c6 (patch)
treee63713beca201aebcf77faa1e827f4be59364ba2 /phpBB/language
parent0cf85c047e848a75df236c4617b449498627dccc (diff)
parent6a5b99b12b1812202843613994480cc6caf93354 (diff)
downloadforums-8c9d6add2ea20a2845eb1137be1607dfd00378c6.tar
forums-8c9d6add2ea20a2845eb1137be1607dfd00378c6.tar.gz
forums-8c9d6add2ea20a2845eb1137be1607dfd00378c6.tar.bz2
forums-8c9d6add2ea20a2845eb1137be1607dfd00378c6.tar.xz
forums-8c9d6add2ea20a2845eb1137be1607dfd00378c6.zip
Merge pull request #4564 from VSEphpbb/ticket/14895
[ticket/14895] CLI should use SymfonyStyle * VSEphpbb/ticket/14895: [ticket/14895] Fix broken tests [ticket/14895] Fix issues in CLI classes [ticket/14895] Use SymfonyStyle in all CLI [ticket/14895] Use SymfonyIO styling [ticket/14895] CLI reparser:list should display proper list
Diffstat (limited to 'phpBB/language')
-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',