summaryrefslogtreecommitdiff
path: root/lib/spack/docs/configuration.rst
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2016-09-27 23:32:18 -0400
committerTodd Gamblin <tgamblin@llnl.gov>2016-09-27 23:49:41 -0400
commit05d52752fff1a6435f9173a2e1a6c6ab45232c3c (patch)
tree7d27e25df10c28bb64d0b2eb2f0e5bc110e38263 /lib/spack/docs/configuration.rst
parentf082d26dddcd63af21a6f72cacba54c643cf26ff (diff)
downloadspack-05d52752fff1a6435f9173a2e1a6c6ab45232c3c.tar.gz
spack-05d52752fff1a6435f9173a2e1a6c6ab45232c3c.tar.bz2
spack-05d52752fff1a6435f9173a2e1a6c6ab45232c3c.tar.xz
spack-05d52752fff1a6435f9173a2e1a6c6ab45232c3c.zip
Make graph_ascii support deptypes.
- fix deptype support - by default, graph command omits build depedencies - update docs to use deptype args
Diffstat (limited to 'lib/spack/docs/configuration.rst')
-rw-r--r--lib/spack/docs/configuration.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/configuration.rst b/lib/spack/docs/configuration.rst
index ba534d1e62..6de823c845 100644
--- a/lib/spack/docs/configuration.rst
+++ b/lib/spack/docs/configuration.rst
@@ -207,7 +207,7 @@ supply ``-p`` to Spack on the command line, before any subcommands.
``spack --profile`` output looks like this:
-.. command-output:: spack --profile graph dyninst
+.. command-output:: spack --profile graph --deptype=nobuild dyninst
:ellipsis: 25
The bottom of the output shows the top most time consuming functions,