Merge pull request #2996 from cryptomeme/patch-1

Itty bitty typo in consul watch help
This commit is contained in:
James Phillips 2017-05-02 16:25:39 -07:00 committed by GitHub
commit ba7c322ee2
1 changed files with 1 additions and 1 deletions

View File

@ -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.")