mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Add descriptions for new types of renaming to fixReleaseNames script
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user