diff options
author | Máté Bartus <mate.bartus@gmail.com> | 2015-08-28 12:00:46 +0200 |
---|---|---|
committer | Máté Bartus <mate.bartus@gmail.com> | 2015-08-28 12:00:46 +0200 |
commit | e91e525e8a81f3bd7a90bbb7b94a351f950003d8 (patch) | |
tree | 5a10c7f943cae593a53fb67d1ba0f9761a372c02 /phpBB/language | |
parent | e8219e8610d37dc6fe3c15a5f9c4ab2664335ed7 (diff) | |
parent | c868582e4412d482853e7975b1cff1965f51ce25 (diff) | |
download | forums-e91e525e8a81f3bd7a90bbb7b94a351f950003d8.tar forums-e91e525e8a81f3bd7a90bbb7b94a351f950003d8.tar.gz forums-e91e525e8a81f3bd7a90bbb7b94a351f950003d8.tar.bz2 forums-e91e525e8a81f3bd7a90bbb7b94a351f950003d8.tar.xz forums-e91e525e8a81f3bd7a90bbb7b94a351f950003d8.zip |
Merge pull request #3858 from Nicofuma/ticket/14125
[ticket/14125] Add --env option to all CLI commands
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/cli.php | 3 |
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.', |