fix flag usage message

Signed-off-by: JChien <jeffchien13@gmail.com>
This commit is contained in:
JChien 2014-12-19 01:38:32 +08:00 committed by Victor Vieux
parent 6aed8aa673
commit f6b5ca38d5
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ var (
flDiscovery = cli.StringFlag{
Name: "discovery",
Value: "",
Usage: "DiscoveryService to use [token://<token>, etcd://<ip1>,<ip2>/<path>, file://path/to/file], consul://<addr>/<path>",
Usage: "DiscoveryService to use [token://<token>, etcd://<ip1>,<ip2>/<path>, file://path/to/file, consul://<addr>/<path>]",
EnvVar: "SWARM_DISCOVERY",
}
flAddr = cli.StringFlag{