aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/cli.php
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-06-29 23:05:52 +0200
committerJoshyPHP <s9e.dev@gmail.com>2015-06-30 10:32:00 +0200
commitfadb192c570db25fe4b36b1b3803fb923e6f9d4e (patch)
treefd54de73c61cd309f6f9bad643009f86cc9158a4 /phpBB/language/en/cli.php
parent119f90e36301463ffd01005a9390d3346be7774f (diff)
downloadforums-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/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 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',