Format fix code example local returner doc

This commit is contained in:
Roald Nefs 2017-10-14 20:05:30 +02:00
parent 8f1ba2fa26
commit 881f1822f2
No known key found for this signature in database
GPG key ID: 2D637E2517A68E47

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