mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
doc fix: correct CLI example for dnsmasq fullversion fun (#32788)
This commit is contained in:
parent
48e5ada949
commit
6d94ecfb72
@ -47,7 +47,7 @@ def fullversion():
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
salt '*' dnsmasq.version
|
||||
salt '*' dnsmasq.fullversion
|
||||
'''
|
||||
cmd = 'dnsmasq -v'
|
||||
out = __salt__['cmd.run'](cmd).splitlines()
|
||||
|
Loading…
Reference in New Issue
Block a user