* update CLI error messages

This commit is contained in:
Reinhard Pointner 2015-08-18 23:42:47 +00:00
parent ed1bad0478
commit 353c2da745
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public class ArgumentProcessor {
if (args.script == null) {
// sanity checks
if (args.getSubtitles) {
throw new CmdlineException("`filebot -get-subtitles` has been disabled due to abuse. Please see http://bit.ly/suball for details.");
throw new CmdlineException("`filebot -get-subtitles` has been disabled due to abuse. Please use `filebot -get-missing-subtitles` instead.");
}
if (args.getMissingSubtitles && args.recursive) {
throw new CmdlineException("`filebot -get-missing-subtitles -r` has been disabled due to abuse. Please see http://bit.ly/suball for details.");