Fix typo in man page's query option description

This commit is contained in:
Aaron Bull Schaefer 2012-01-07 15:34:57 -08:00
parent d759c28608
commit 21d0aef86d
2 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ Options
.. option:: -Q, --query
Execute a salt command query, this can be used to find the results os a
Execute a salt command query, this can be used to find the results of a
previous function call: -Q test.echo')
.. option:: -c CONFIG, --config=CONFIG

View File

@ -54,14 +54,14 @@ Options
.. option:: -C, --compound
Utilize many target definitions to make the call very granular. This option
takes a group of targets seperated by and or or. The default matcher is a
takes a group of targets seperated by and or or. The default matcher is a
glob as usual, if something other than a glob is used preface it with the
letter denoting the type, example: 'webserv* and G@os:Debian or E@db.*'
make sure that the compount target is encapsultaed in quotes.
.. option:: -Q, --query
Execute a salt command query, this can be used to find the results os a
Execute a salt command query, this can be used to find the results of a
previous function call: -Q test.echo')
.. option:: -c CONFIG, --config=CONFIG