mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #28798 from makearl/fix-cli-doc-beacons-modify
Fix typo in beacons.modify CLI example
This commit is contained in:
commit
8e70e88488
1 changed files with 1 additions and 1 deletions
|
@ -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': '',
|
||||
|
|
Loading…
Add table
Reference in a new issue