From 693fa207c86d65bf9336ae65fb40533fa0abf283 Mon Sep 17 00:00:00 2001 From: Clint Shryock Date: Wed, 3 Dec 2014 22:46:26 -0600 Subject: [PATCH] Small doc update for exec command the documentation for -tag says it must be used with -service, but example used is -server, which doesn't work. This changes -server to -service. --- website/source/docs/commands/exec.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/exec.html.markdown b/website/source/docs/commands/exec.html.markdown index 98c0af18e..571d56dc1 100644 --- a/website/source/docs/commands/exec.html.markdown +++ b/website/source/docs/commands/exec.html.markdown @@ -49,7 +49,7 @@ The list of available flags are: * `-tag` - Regular expression to filter to only nodes with a service that has a matching tag. This must be used with `-service`. As an example, you may - do "-server mysql -tag slave". + do "-service mysql -tag slave". * `-wait` - Specifies the period of time in which no agent's respond before considering the job finished. This is basically the quiescent time required to assume completion.