From 8256737d5d51e7f3683a65e9122066919fb6ded0 Mon Sep 17 00:00:00 2001 From: Michael Chapman Date: Fri, 13 Feb 2015 11:20:26 +1100 Subject: [PATCH] website: Fix list of types available to watch The list of types erroneously had services listed twice in place of 'service' and 'services' --- website/source/docs/commands/watch.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/watch.html.markdown b/website/source/docs/commands/watch.html.markdown index 4324520d2d..2406b5253a 100644 --- a/website/source/docs/commands/watch.html.markdown +++ b/website/source/docs/commands/watch.html.markdown @@ -53,5 +53,5 @@ The list of available flags are: * `-tag` - Service tag to filter on. Optional for `service` type. * `-type` - Watch type. Required, one of "key", "keyprefix", "services", - "nodes", "services", "checks", or "event". + "nodes", "service", "checks", or "event".