Skip to content

Commit

Permalink
Merge pull request #482 from VirajSalaka/pull-479
Browse files Browse the repository at this point in the history
change -etcd paramter to --etcd
  • Loading branch information
praminda authored Apr 29, 2019
2 parents 30bf90b + f0a3bb4 commit 624250c
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 624250c

Please sign in to comment.