Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Rewords the tribe-seed flag usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jcooklin committed Nov 13, 2015
1 parent 2b24789 commit 4fbfd0e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mgmt/tribe/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ var (
}

flTribeSeed = cli.StringFlag{
Name: "tribe-seed",
Usage: `IP or resolvable hostname of a seed node to join.
The default empty value assumes this is the first node in a cluster.`,
Name: "tribe-seed",
Usage: "IP (or hostname) and port of a node to join (e.g. 127.0.0.1:6000)",
EnvVar: "PULSE_TRIBE_SEED",
Value: "",
}
Expand Down

0 comments on commit 4fbfd0e

Please sign in to comment.