Doc: fix Output Raw example

Fix the Salt output raw example because it was using the invalid output
value likely because of copy-pasta.
This commit is contained in:
Ivan Fraixedes 2021-10-14 13:00:24 +02:00 committed by Megan Wilhite
parent 5e4f42ed2b
commit fed79378c0

View file

@ -20,7 +20,7 @@ Example output:
.. code-block:: python
salt '*' foo.bar --out=table
salt '*' foo.bar --out=raw
{'myminion': {'foo': {'list': ['Hello', 'World'], 'bar': 'baz', 'dictionary': {'abc': 123, 'def': 456}}}}
"""