diff options
| author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-07-19 22:42:03 +0200 |
|---|---|---|
| committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-07-19 22:42:03 +0200 |
| commit | b39b5d9e56172d2e5da968a4ecdf9cb5743a79d7 (patch) | |
| tree | f2506d8374198f757cd345830adb74ea982174bc /phpBB/language/en/cli.php | |
| parent | 85f89a041756873e70b5d75ebfeaaeea014b4352 (diff) | |
| parent | c8e209a2dee7548031b4d2b5137c2ef064d6f588 (diff) | |
| download | forums-b39b5d9e56172d2e5da968a4ecdf9cb5743a79d7.tar forums-b39b5d9e56172d2e5da968a4ecdf9cb5743a79d7.tar.gz forums-b39b5d9e56172d2e5da968a4ecdf9cb5743a79d7.tar.bz2 forums-b39b5d9e56172d2e5da968a4ecdf9cb5743a79d7.tar.xz forums-b39b5d9e56172d2e5da968a4ecdf9cb5743a79d7.zip | |
Merge pull request #3745 from s9e/ticket/13986
[ticket/13986] Add --resume option to reparser CLI
* s9e/ticket/13986:
[ticket/13986] Replaced hardcoded value
[ticket/13986] Fixed resume data to carry through multiple runs
[ticket/13986] Add --resume option to reparser CLI
Diffstat (limited to 'phpBB/language/en/cli.php')
| -rw-r--r-- | phpBB/language/en/cli.php | 1 |
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', |
