From e9d6f5b3d0e45a3f33cf8533d40c8faa720b8ae5 Mon Sep 17 00:00:00 2001 From: Damon Buckwalter Date: Tue, 2 May 2017 16:08:07 -0700 Subject: [PATCH] Itty bitty typo --- command/watch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/watch.go b/command/watch.go index cf0c5f697..fb38d354f 100644 --- a/command/watch.go +++ b/command/watch.go @@ -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.")