1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-01-12 06:18:01 -05:00

* improved help

This commit is contained in:
Reinhard Pointner 2014-11-23 16:30:38 +00:00
parent d82114deb9
commit 6bde5bdac1

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"); throw new CmdlineException("-get-subtitles -r has been disabled due to abuse. Please use `filebot -script fn:suball` instead.");
} }
// file operations // file operations