remove wilth-ssl option from CLI create command

This commit is contained in:
Andy Taylor 2015-05-06 09:00:41 +01:00
parent 0bbe8c87f0
commit 0099c36125
1 changed files with 0 additions and 3 deletions

View File

@ -75,9 +75,6 @@ public class Create implements Action
@Option(name = "--home", description = "Directory where ActiveMQ Artemis is installed")
File home;
@Option(name = "--with-ssl", description = "Generate an SSL enabled configuration")
boolean with_ssl = true;
@Option(name = "--clustered", description = "Enable clustering")
boolean clustered = false;