mirror of
https://github.com/status-im/consul.git
synced 2025-02-16 23:57:07 +00:00
Merge pull request #2996 from cryptomeme/patch-1
Itty bitty typo in consul watch help
This commit is contained in:
commit
ba7c322ee2
@ -41,7 +41,7 @@ func (c *WatchCommand) Run(args []string) int {
|
|||||||
|
|
||||||
f := c.Command.NewFlagSet(c)
|
f := c.Command.NewFlagSet(c)
|
||||||
f.StringVar(&watchType, "type", "",
|
f.StringVar(&watchType, "type", "",
|
||||||
"Specifies the watch type. One of key, keyprefix services, nodes, "+
|
"Specifies the watch type. One of key, keyprefix, services, nodes, "+
|
||||||
"service, checks, or event.")
|
"service, checks, or event.")
|
||||||
f.StringVar(&key, "key", "",
|
f.StringVar(&key, "key", "",
|
||||||
"Specifies the key to watch. Only for 'key' type.")
|
"Specifies the key to watch. Only for 'key' type.")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user