Itty bitty typo

This commit is contained in:
Damon Buckwalter 2017-05-02 16:08:07 -07:00 committed by GitHub
parent 33ddd5a4bd
commit e9d6f5b3d0
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.")