mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix spelling error in docstring
This commit is contained in:
parent
0cbe93cd69
commit
7a143fe454
1 changed files with 2 additions and 2 deletions
|
@ -777,8 +777,8 @@ def highstate(test=None, queue=False, **kwargs):
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
salt '*' state.higstate exclude=bar,baz
|
||||
salt '*' state.higstate exclude=foo*
|
||||
salt '*' state.highstate exclude=bar,baz
|
||||
salt '*' state.highstate exclude=foo*
|
||||
salt '*' state.highstate exclude="[{'id': 'id_to_exclude'}, {'sls': 'sls_to_exclude'}]"
|
||||
|
||||
saltenv
|
||||
|
|
Loading…
Add table
Reference in a new issue