hasArg().desc("lute http URL, default is http://localhost:8249, see https://github.com/88250/lute-http for more details").build();
finalOptionluteHttpOpt=Option.builder().longOpt("lute_http").argName("LUTE_HTTP").hasArg().desc("lute http URL, default is http://localhost:8249, see https://github.com/88250/lute-http for more details").build();
options.addOption(luteHttpOpt);
options.addOption("h","help",false,"print help for the command");
...
...
@@ -171,6 +165,10 @@ public final class Server extends BaseServer {