Fix spelling error in docstring

This commit is contained in:
Erik Johnson 2018-02-08 10:50:21 -06:00
parent 0cbe93cd69
commit 7a143fe454
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F

View file

@ -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