summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGreg Becker <becker33@llnl.gov>2020-12-16 13:57:08 -0800
committerGitHub <noreply@github.com>2020-12-16 13:57:08 -0800
commit3840c0ac4594f37e0f9aa66f7474712644fb3c85 (patch)
treee40d310d757cbce0937391dff1334b3678ce7393 /lib
parent3ff600b1cf832a72792bc31b09087cb26b29b6f9 (diff)
downloadspack-3840c0ac4594f37e0f9aa66f7474712644fb3c85.tar.gz
spack-3840c0ac4594f37e0f9aa66f7474712644fb3c85.tar.bz2
spack-3840c0ac4594f37e0f9aa66f7474712644fb3c85.tar.xz
spack-3840c0ac4594f37e0f9aa66f7474712644fb3c85.zip
docs: fix spack install debug arg order (#20428)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/basic_usage.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/spack/docs/basic_usage.rst b/lib/spack/docs/basic_usage.rst
index f7def9d439..728f500f7b 100644
--- a/lib/spack/docs/basic_usage.rst
+++ b/lib/spack/docs/basic_usage.rst
@@ -133,8 +133,7 @@ dependencies first. It then fetches the ``mpileaks`` tarball, expands
it, verifies that it was downloaded without errors, builds it, and
installs it in its own directory under ``$SPACK_ROOT/opt``. You'll see
a number of messages from Spack, a lot of build output, and a message
-that the package is installed. Add one or more debug options (``-d``)
-to get increasingly detailed output.
+that the package is installed.
.. code-block:: console
@@ -151,8 +150,8 @@ to get increasingly detailed output.
The last line, with the ``[+]``, indicates where the package is
installed.
-Add the debug option -- ``spack install -d mpileaks`` -- to get additional
-output.
+Add the Spack debug option (one or more times) -- ``spack -d install
+mpileaks`` -- to get additional (and even more verbose) output.
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Building a specific version