mirror of https://github.com/status-im/consul.git
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.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.")
|
||||
f.StringVar(&key, "key", "",
|
||||
"Specifies the key to watch. Only for 'key' type.")
|
||||
|
|
Loading…
Reference in New Issue