From ab8d52384af89cd4d8bd7514a2f18e2b8ac4f10b Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 28 Feb 2017 12:42:05 +0100 Subject: [PATCH] Fix description --- misc/testing/Releases/fixReleaseNames.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/testing/Releases/fixReleaseNames.php b/misc/testing/Releases/fixReleaseNames.php index fb4aa05c3..9b350f5eb 100755 --- a/misc/testing/Releases/fixReleaseNames.php +++ b/misc/testing/Releases/fixReleaseNames.php @@ -115,8 +115,8 @@ if (isset($argv[1]) && isset($argv[2]) && isset($argv[3]) && isset($argv[4])) { . "php $argv[0] 10 false other no ...: Fix release names in misc categories using UID.\n" . "php $argv[0] 11 false other no ...: Fix SDPORN XXX release names in misc categories using specific File Name in the past 6 hours.\n" . "php $argv[0] 12 false other no ...: Fix SDPORN XXX release names in misc categories using specific File Name.\n" - . "php $argv[0] 13 false other no ...: Fix release names in misc categories using SRR filesin the past 6 hours.\n" - . "php $argv[0] 14 false other no ...: Fix release names in misc categories using SRR ifiles.\n" - . "php $argv[0] 15 false other no ...: Fix release names in misc categories using PAR2 hash_16K block.\n" - . "php $argv[0] 16 false other no ...: Fix release names in misc categories using PAR2 hash_16K block in the past 6 hours.\n")); + . "php $argv[0] 13 false other no ...: Fix release names in misc categories using SRR files in the past 6 hours.\n" + . "php $argv[0] 14 false other no ...: Fix release names in misc categories using SRR files.\n" + . "php $argv[0] 15 false other no ...: Fix release names in misc categories using PAR2 hash_16K block in the past 6 hours.\n" + . "php $argv[0] 16 false other no ...: Fix release names in misc categories using PAR2 hash_16K block.\n")); }