mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #39012 from terminalmage/invalid-lexer
Fix "invalid lexer" errors in docs build
This commit is contained in:
commit
e70904c480
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue