Merge pull request #28798 from makearl/fix-cli-doc-beacons-modify

Fix typo in beacons.modify CLI example
This commit is contained in:
Mike Place 2015-11-11 22:05:53 -07:00
commit 8e70e88488

View file

@ -139,7 +139,7 @@ def modify(name, beacon_data, **kwargs):
.. code-block:: bash
salt '*' beacon.modify ps "{'salt-master': 'stopped', 'apache2': 'stopped'}"
salt '*' beacons.modify ps "{'salt-master': 'stopped', 'apache2': 'stopped'}"
'''
ret = {'comment': '',