1
0
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:
Reinhard Pointner 2015-01-12 22:05:06 +00:00
parent 710bebdc82
commit 442dec6bf0

View File

@ -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