mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
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:
parent
5e4f42ed2b
commit
fed79378c0
1 changed files with 1 additions and 1 deletions
|
@ -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}}}}
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue