Skip to content

Commit

Permalink
[grid] Avoid having duplicate flags
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jun 1, 2020
1 parent 13243d7 commit 86f0de1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
@AutoService(HasRoles.class)
public class DistributorFlags implements HasRoles {

@Parameter(names = {"-d", "--distributor", "--distributor-host"}, description = "Address of the distributor.")
@Parameter(names = {"-d", "--distributor"}, description = "Address of the distributor.")
@ConfigValue(section = "distributor", name = "host", example = "\"http://localhost:1235\"")
private URI distributorServer;

Expand Down

0 comments on commit 86f0de1

Please sign in to comment.