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.
This commit is contained in:
Clint Shryock 2014-12-03 22:46:26 -06:00
parent b10159a87b
commit 693fa207c8
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ The list of available flags are:
* `-tag` - Regular expression to filter to only nodes with a service that has * `-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 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 * `-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. the job finished. This is basically the quiescent time required to assume completion.