mirror of https://github.com/docker/docs.git
fix flag usage message
Signed-off-by: JChien <jeffchien13@gmail.com>
This commit is contained in:
parent
6aed8aa673
commit
f6b5ca38d5
2
flags.go
2
flags.go
|
@ -6,7 +6,7 @@ var (
|
||||||
flDiscovery = cli.StringFlag{
|
flDiscovery = cli.StringFlag{
|
||||||
Name: "discovery",
|
Name: "discovery",
|
||||||
Value: "",
|
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",
|
EnvVar: "SWARM_DISCOVERY",
|
||||||
}
|
}
|
||||||
flAddr = cli.StringFlag{
|
flAddr = cli.StringFlag{
|
||||||
|
|
Loading…
Reference in New Issue