mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-04 08:25:03 -05:00
* improved help
This commit is contained in:
parent
d82114deb9
commit
6bde5bdac1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user