From 63ff1219807242bbb4bea5767fb2d5fd6c632331 Mon Sep 17 00:00:00 2001 From: George Hartzell Date: Wed, 22 Apr 2020 13:04:17 -0700 Subject: spack environments documentation: -E -> -e (#16242) To specify an environment for a comment, the user can specify "spack -e ". The documentation incorrectly specified "-E" (which is actually used to ignore any implicit use of environments). --- lib/spack/docs/environments.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/spack/docs/environments.rst b/lib/spack/docs/environments.rst index a51c3012fd..c26f81d914 100644 --- a/lib/spack/docs/environments.rst +++ b/lib/spack/docs/environments.rst @@ -281,7 +281,7 @@ in the lockfile, nor does it install the spec. The ``spack add`` command is environment aware. It adds to the currently active environment. All environment aware commands can also -be called using the ``spack -E`` flag to specify the environment. +be called using the ``spack -e`` flag to specify the environment. .. code-block:: console @@ -292,7 +292,7 @@ or .. code-block:: console - $ spack -E myenv add python + $ spack -e myenv add python .. _environments_concretization: -- cgit v1.2.3-60-g2f50