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

* remove unused option

This commit is contained in:
Reinhard Pointner 2014-04-21 14:04:36 +00:00
parent dd0e707de5
commit 2eb972eb50

View File

@ -81,9 +81,6 @@ public class ArgumentBean {
@Option(name = "-script", usage = "Run Groovy script", metaVar = "path/to/script.groovy") @Option(name = "-script", usage = "Run Groovy script", metaVar = "path/to/script.groovy")
public String script = null; public String script = null;
@Option(name = "-trust-script", usage = "Lift scripting restrictions")
public boolean trustScript = false;
@Option(name = "--log", usage = "Log level", metaVar = "[all, config, info, warning]") @Option(name = "--log", usage = "Log level", metaVar = "[all, config, info, warning]")
public String log = "all"; public String log = "all";