Add missing code block (#10243)
Otherwise the `--` in `--dot` is rendered as a single en-dash.
This commit is contained in:
parent
802dc4a03a
commit
7d9dbc5fd2
@ -494,6 +494,8 @@ def graph_dot(specs, deptype='all', static=False, out=None):
|
||||
Print out a dot formatted graph of all the dependencies between
|
||||
package. Output can be passed to graphviz, e.g.:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
spack graph --dot qt | dot -Tpdf > spack-graph.pdf
|
||||
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user