mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-12 06:18:01 -05:00
* improved help
This commit is contained in:
parent
d82114deb9
commit
6bde5bdac1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user