aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/cli.php
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-07-17 11:53:28 +0200
committerJoshyPHP <s9e.dev@gmail.com>2015-07-17 11:53:28 +0200
commit903f100c5120ad516e248ee30b18dd9a64468656 (patch)
treee10990e85d0fb02d879f29861a7f610ef951dc12 /phpBB/language/en/cli.php
parent04a8c3c0a40dabc37c53822da83d0680ba94c630 (diff)
downloadforums-903f100c5120ad516e248ee30b18dd9a64468656.tar
forums-903f100c5120ad516e248ee30b18dd9a64468656.tar.gz
forums-903f100c5120ad516e248ee30b18dd9a64468656.tar.bz2
forums-903f100c5120ad516e248ee30b18dd9a64468656.tar.xz
forums-903f100c5120ad516e248ee30b18dd9a64468656.zip
[ticket/13986] Add --resume option to reparser CLI
PHPBB3-13986
Diffstat (limited to 'phpBB/language/en/cli.php')
-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 d45c52ac5d..9ba481e705 100644
--- a/phpBB/language/en/cli.php
+++ b/phpBB/language/en/cli.php
@@ -68,6 +68,7 @@ $lang = array_merge($lang, array(
'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_REPARSER_REPARSE_OPT_RESUME' => 'Start reparsing where the last execution stopped',
'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',