Fix docstring for uptime grain

This commit is contained in:
Mircea Ulinic 2017-03-13 17:57:02 +00:00
parent 5bf330b6c3
commit fa30afed3e

View File

@ -222,7 +222,7 @@ def uptime(proxy=None):
CLI Example - select all devices started/restarted within the last hour:
.. code-block: bash
.. code-block:: bash
salt -G 'uptime<3600' test.ping
'''