summaryrefslogtreecommitdiff
path: root/lib/spack/docs/environments.rst
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2021-06-07 12:05:09 -0500
committerGitHub <noreply@github.com>2021-06-07 19:05:09 +0200
commit3d0bad465b41feb442eab67fe5b9d9134d76062a (patch)
tree203979da9a564085469de81f9ff0f05f2f9c99a7 /lib/spack/docs/environments.rst
parent506d5744aa6bb8344aa2ec4c9f7e79b626999209 (diff)
downloadspack-3d0bad465b41feb442eab67fe5b9d9134d76062a.tar.gz
spack-3d0bad465b41feb442eab67fe5b9d9134d76062a.tar.bz2
spack-3d0bad465b41feb442eab67fe5b9d9134d76062a.tar.xz
spack-3d0bad465b41feb442eab67fe5b9d9134d76062a.zip
Docs: fix missing backtick in Environments docs (#24109)
Diffstat (limited to 'lib/spack/docs/environments.rst')
-rw-r--r--lib/spack/docs/environments.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/environments.rst b/lib/spack/docs/environments.rst
index 79382ab9ac..dbc1e23bf4 100644
--- a/lib/spack/docs/environments.rst
+++ b/lib/spack/docs/environments.rst
@@ -363,7 +363,7 @@ to ``spack install`` on the command line, ``--no-add`` is the default,
while for dependency specs on the other hand, it is optional. In other
words, if there is an unambiguous match in the active concrete environment
for a root spec provided to ``spack install`` on the command line, spack
-does not require you to specify the ``--no-add` option to prevent the spec
+does not require you to specify the ``--no-add`` option to prevent the spec
from being added again. At the same time, a spec that already exists in the
environment, but only as a dependency, will be added to the environment as a
root spec without the ``--no-add`` option.