Skip to content

Commit

Permalink
Added missing syntax highlighting (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Dec 4, 2022
1 parent b34c10f commit 1140d92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/userguide/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ Running the launcher is very straightfoward:
Or alternatively:

python -m asphalt [run yourconfig.yaml your-overrides.yml...] [--set path.to.key=val]
.. code-block:: bash
python -m asphalt run [yourconfig.yaml your-overrides.yml...] [--set path.to.key=val]
What this will do is:

Expand Down

0 comments on commit 1140d92

Please sign in to comment.