aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/cli.php
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-08-24 17:45:24 +0200
committerTristan Darricau <tristan.darricau@sensiolabs.com>2015-08-24 18:07:37 +0200
commitc868582e4412d482853e7975b1cff1965f51ce25 (patch)
treea66541b54aad603c764665aae54fc80b75b62f68 /phpBB/language/en/cli.php
parentf6a4843c6df3a9b0490eb3d273ebed7d04a89582 (diff)
downloadforums-c868582e4412d482853e7975b1cff1965f51ce25.tar
forums-c868582e4412d482853e7975b1cff1965f51ce25.tar.gz
forums-c868582e4412d482853e7975b1cff1965f51ce25.tar.bz2
forums-c868582e4412d482853e7975b1cff1965f51ce25.tar.xz
forums-c868582e4412d482853e7975b1cff1965f51ce25.zip
[ticket/14125] Add --env option to all CLI commands
PHPBB3-14125
Diffstat (limited to 'phpBB/language/en/cli.php')
-rw-r--r--phpBB/language/en/cli.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/cli.php b/phpBB/language/en/cli.php
index f3d6417945..e529fc0bde 100644
--- a/phpBB/language/en/cli.php
+++ b/phpBB/language/en/cli.php
@@ -58,8 +58,11 @@ $lang = array_merge($lang, array(
'CLI_DESCRIPTION_GET_CONFIG' => 'Gets a configuration option’s value',
'CLI_DESCRIPTION_INCREMENT_CONFIG' => 'Increments a configuration option’s value',
'CLI_DESCRIPTION_LIST_EXTENSIONS' => 'Lists all extensions in the database and on the filesystem.',
+
+ 'CLI_DESCRIPTION_OPTION_ENV' => 'The Environment name.',
'CLI_DESCRIPTION_OPTION_SAFE_MODE' => 'Run in Safe Mode (without extensions).',
'CLI_DESCRIPTION_OPTION_SHELL' => 'Launch the shell.',
+
'CLI_DESCRIPTION_PURGE_EXTENSION' => 'Purges the specified extension.',
'CLI_DESCRIPTION_REPARSER_LIST' => 'Lists the types of text that can be reparsed.',
'CLI_DESCRIPTION_REPARSER_REPARSE' => 'Reparses stored text with the current text_formatter services.',