mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fix typo in man page's query option description
This commit is contained in:
parent
d759c28608
commit
21d0aef86d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user