Merge pull request #45925 from terminalmage/fix-spelling

Fix spelling error in docstring
This commit is contained in:
Nicole Thomas 2018-02-08 16:52:34 -05:00 committed by GitHub
commit 9d14ad9ccf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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