mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-10 11:25:04 -05:00
* remove unused option
This commit is contained in:
parent
dd0e707de5
commit
2eb972eb50
@ -81,9 +81,6 @@ public class ArgumentBean {
|
||||
@Option(name = "-script", usage = "Run Groovy script", metaVar = "path/to/script.groovy")
|
||||
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]")
|
||||
public String log = "all";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user