1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* update CLI error messages

This commit is contained in:
Reinhard Pointner 2015-08-18 23:42:47 +00:00
parent ed1bad0478
commit 353c2da745

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.");