Skip to content

Commit

Permalink
change -etcd paramter to --etcd
Browse files Browse the repository at this point in the history
  • Loading branch information
Viraj authored and Viraj committed Apr 29, 2019
1 parent 7e23250 commit f0a3bb4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ public class InitCmd implements GatewayLauncherCmd {
@Parameter(names = {"-d", "--deployment-config"}, hidden = true)
private String deploymentConfigPath;

@Parameter(names = { "-etcd", "--enable-etcd" }, hidden = true, arity = 0)
@SuppressWarnings("unused")
@Parameter(names = {"--etcd"}, hidden = true, arity = 0)
private boolean isEtcdEnabled;

@Parameter(names = {"--help", "-h", "?"}, hidden = true, description = "for more information", help = true)
Expand Down

0 comments on commit f0a3bb4

Please sign in to comment.