From 442dec6bf01ebb94ad27b8642b80a07224f98f0f Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Mon, 12 Jan 2015 22:05:06 +0000 Subject: [PATCH] * make sure people understand the suball script and it's options (especially --def minAgeDays) instead of just using it --- source/net/filebot/cli/ArgumentProcessor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/net/filebot/cli/ArgumentProcessor.java b/source/net/filebot/cli/ArgumentProcessor.java index 519494dc..13c23194 100644 --- a/source/net/filebot/cli/ArgumentProcessor.java +++ b/source/net/filebot/cli/ArgumentProcessor.java @@ -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. Please use `filebot -script fn:suball` instead."); + throw new CmdlineException("-get-subtitles -r has been disabled due to abuse."); } // file operations