mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #39012 from terminalmage/invalid-lexer
Fix "invalid lexer" errors in docs build
This commit is contained in:
commit
e70904c480
@ -181,7 +181,7 @@ def build(format='qcow2', path='/tmp/'):
|
||||
|
||||
CLI Example:
|
||||
|
||||
.. code-block:: bash:
|
||||
.. code-block:: bash
|
||||
|
||||
salt myminion inspector.build
|
||||
salt myminion inspector.build format=iso path=/opt/builds/
|
||||
@ -209,7 +209,7 @@ def export(local=False, path="/tmp", format='qcow2'):
|
||||
|
||||
CLI Example:
|
||||
|
||||
.. code-block:: bash:
|
||||
.. code-block:: bash
|
||||
|
||||
salt myminion inspector.export
|
||||
salt myminion inspector.export format=iso path=/opt/builds/
|
||||
@ -232,7 +232,7 @@ def snapshots():
|
||||
|
||||
CLI Example:
|
||||
|
||||
.. code-block:: bash:
|
||||
.. code-block:: bash
|
||||
|
||||
salt myminion inspector.snapshots
|
||||
'''
|
||||
@ -254,7 +254,7 @@ def delete(all=False, *databases):
|
||||
|
||||
CLI example:
|
||||
|
||||
.. code-block:: bash:
|
||||
.. code-block:: bash
|
||||
|
||||
salt myminion inspector.delete <ID> <ID1> <ID2>..
|
||||
salt myminion inspector.delete all=True
|
||||
|
Loading…
Reference in New Issue
Block a user