mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
* make sure people understand the suball script and it's options (especially --def minAgeDays) instead of just using it
This commit is contained in:
parent
710bebdc82
commit
442dec6bf0
@ -55,7 +55,7 @@ public class ArgumentProcessor {
|
||||
if (args.script == null) {
|
||||
// sanity checks
|
||||
if (args.recursive && (args.getSubtitles || args.getMissingSubtitles)) {
|
||||
throw new CmdlineException("-get-subtitles -r has been disabled due to abuse. Please use `filebot -script fn:suball` instead.");
|
||||
throw new CmdlineException("-get-subtitles -r has been disabled due to abuse.");
|
||||
}
|
||||
|
||||
// file operations
|
||||
|
Loading…
Reference in New Issue
Block a user