diff options
author | JoshyPHP <s9e.dev@gmail.com> | 2015-06-29 23:05:52 +0200 |
---|---|---|
committer | JoshyPHP <s9e.dev@gmail.com> | 2015-06-30 10:32:00 +0200 |
commit | fadb192c570db25fe4b36b1b3803fb923e6f9d4e (patch) | |
tree | fd54de73c61cd309f6f9bad643009f86cc9158a4 /phpBB/language/en | |
parent | 119f90e36301463ffd01005a9390d3346be7774f (diff) | |
download | forums-fadb192c570db25fe4b36b1b3803fb923e6f9d4e.tar forums-fadb192c570db25fe4b36b1b3803fb923e6f9d4e.tar.gz forums-fadb192c570db25fe4b36b1b3803fb923e6f9d4e.tar.bz2 forums-fadb192c570db25fe4b36b1b3803fb923e6f9d4e.tar.xz forums-fadb192c570db25fe4b36b1b3803fb923e6f9d4e.zip |
[ticket/13891] Added command-line options
PHPBB3-13891
Diffstat (limited to 'phpBB/language/en')
-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 bbcc736143..c301f98261 100644 --- a/phpBB/language/en/cli.php +++ b/phpBB/language/en/cli.php @@ -64,6 +64,9 @@ $lang = array_merge($lang, array( '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.', 'CLI_DESCRIPTION_REPARSER_REPARSE_ARG_1' => 'Type of text to reparse. Leave blank to reparse everything.', + 'CLI_DESCRIPTION_REPARSER_REPARSE_OPT_RANGE_MIN' => 'Lowest record ID to process', + 'CLI_DESCRIPTION_REPARSER_REPARSE_OPT_RANGE_MAX' => 'Highest record ID to process', + 'CLI_DESCRIPTION_REPARSER_REPARSE_OPT_RANGE_SIZE' => 'Approximate number of records to process at a time', 'CLI_DESCRIPTION_RECALCULATE_EMAIL_HASH' => 'Recalculates the user_email_hash column of the users table.', 'CLI_DESCRIPTION_SET_ATOMIC_CONFIG' => 'Sets a configuration option’s value only if the old matches the current value', 'CLI_DESCRIPTION_SET_CONFIG' => 'Sets a configuration option’s value', |