1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-04 08:25:03 -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) {
// sanity checks
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