Skip to content

Commit

Permalink
Correct a thinko
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jan 22, 2019
1 parent 7957ef5 commit 9d8278e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class NodeFlags {
@ConfigValue(section = "distributor", name = "hostname")
private String distributorServerHost;

@Parameter(names = {"--sessions", "-s"}, description = "Address of the distributor.")
@Parameter(names = {"--sessions", "-s"}, description = "Address of the session map server.")
@ConfigValue(section = "sessions", name = "host")
private URI sessionServer;

Expand Down

0 comments on commit 9d8278e

Please sign in to comment.