From 85552b4384caff3d2c23b2603a3380d65ac7f166 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sat, 23 Feb 2019 21:36:14 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- misc/testing/DB/reset_postprocessing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/testing/DB/reset_postprocessing.php b/misc/testing/DB/reset_postprocessing.php index e54f7ac62..7feef4fcc 100755 --- a/misc/testing/DB/reset_postprocessing.php +++ b/misc/testing/DB/reset_postprocessing.php @@ -305,7 +305,7 @@ if (isset($argv[1]) && ($argv[1] === 'nfos' || $argv[1] === 'all')) { if ($ran === false) { $colorCli->error( - 'This script will reset postprocessing per category.'.PHP_EOL + 'This script will reset postprocessing per category.'.PHP_EOL .'It can also truncate the associated tables.'.PHP_EOL .'To reset only those that have previously failed, those without covers, samples, previews, etc. use the second argument false.'.PHP_EOL .'To reset even those previously post processed, use the second argument true.'.PHP_EOL