diff --git a/misc/testing/Releases/fixReleaseNames.php b/misc/testing/Releases/fixReleaseNames.php index d00d57048..af06b1c96 100755 --- a/misc/testing/Releases/fixReleaseNames.php +++ b/misc/testing/Releases/fixReleaseNames.php @@ -91,5 +91,7 @@ if (isset($argv[1]) && isset($argv[2]) && isset($argv[3]) && isset($argv[4])) { . "php $argv[0] 5 false other no ...: Fix release names in misc categories using File Name in the past 6 hours.\n" . "php $argv[0] 6 false other no ...: Fix release names in misc categories using File Name.\n" . "php $argv[0] 7 false other no ...: Fix release names in misc categories using Par2 Files in the past 6 hours.\n" - . "php $argv[0] 8 false other no ...: Fix release names in misc categories using Par2 Files.\n")); + . "php $argv[0] 8 false other no ...: Fix release names in misc categories using Par2 Files.\n" + . "php $argv[0] 9 false other no ...: Fix release names in misc categories using SRR Files in the past 6 hours.\n" + . "php $argv[0] 10 false other no ...: Fix release names in misc categories using SRR Files.\n")); }