Add descriptions for new types of renaming to fixReleaseNames script

This commit is contained in:
DariusIII
2017-02-28 12:31:06 +01:00
parent 92f895a664
commit 22c1259129
+5 -1
View File
@@ -114,5 +114,9 @@ if (isset($argv[1]) && isset($argv[2]) && isset($argv[3]) && isset($argv[4])) {
. "php $argv[0] 9 false other no ...: Fix release names in misc categories using UID in the past 6 hours.\n"
. "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] 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"));
}