Merge pull request #44110 from roaldnefs/fix-doc-local-returner

Format fix code example local returner doc
This commit is contained in:
Mike Place 2017-10-16 09:57:49 -06:00 committed by GitHub
commit ac3e4df964

View file

@ -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
'''