diff --git a/source/net/filebot/cli/GroovyExpressionHandler.java b/source/net/filebot/cli/GroovyExpressionHandler.java index c0aec6ab..ed616805 100644 --- a/source/net/filebot/cli/GroovyExpressionHandler.java +++ b/source/net/filebot/cli/GroovyExpressionHandler.java @@ -31,7 +31,7 @@ public class GroovyExpressionHandler extends StringOptionHandler { try { return readTextFile(f); } catch (Exception e) { - throw new CmdLineException(owner, "Failed to read argument value from text file: " + f, e); + throw new CmdLineException(owner, "Failed to read text file: " + f, e); } } }