* remove unused option

This commit is contained in:
Reinhard Pointner 2014-04-21 14:04:36 +00:00
parent dd0e707de5
commit 2eb972eb50
1 changed files with 0 additions and 3 deletions

View File

@ -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";