Skip to content

Commit

Permalink
update the "-cluster" parameter in the delete-cluster-metadata comman…
Browse files Browse the repository at this point in the history
…d to "--cluster" (apache#9487)

* update the "-cluster" parameter in the delete-cluster-metadata command to "--cluster"

### Motivation


* update the **-cluster** parameter in the delete-cluster-metadata command to **--cluster**. *

### Modifications

* update the **-cluster** parameter in the delete-cluster-metadata command to **--cluster**. *

* keeping the old way, and add the new parameter --cluster
  • Loading branch information
yangl authored Feb 6, 2021
1 parent dae8952 commit 7d1a7a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private static class Arguments {
}, description = "Local zookeeper session timeout ms")
private int zkSessionTimeoutMillis = 30000;

@Parameter(names = { "-c", "-cluster" }, description = "Cluster name")
@Parameter(names = { "-c", "-cluster", "--cluster" }, description = "Cluster name")
private String cluster;

@Parameter(names = { "-cs", "--configuration-store" }, description = "Configuration Store connection string")
Expand Down

0 comments on commit 7d1a7a3

Please sign in to comment.