Fixing typo in beacons.modify CLI example

This commit is contained in:
makearl 2015-11-11 16:38:59 -06:00
parent 0cfe821680
commit 795379219f

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': '',