mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Format fix code example local returner doc
This commit is contained in:
parent
8f1ba2fa26
commit
881f1822f2
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@
|
|||
The local returner is used to test the returner interface, it just prints the
|
||||
return data to the console to verify that it is being passed properly
|
||||
|
||||
To use the local returner, append '--return local' to the salt command. ex:
|
||||
To use the local returner, append '--return local' to the salt command. ex:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
salt '*' test.ping --return local
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue