* 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
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ public class ArgumentProcessor {
if (args.script == null) { if (args.script == null) {
// sanity checks // sanity checks
if (args.recursive && (args.getSubtitles || args.getMissingSubtitles)) { 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 // file operations