spack environments documentation: -E -> -e (#16242)

To specify an environment for a comment, the user can specify
"spack -e <env>". The documentation incorrectly specified "-E" (which
is actually used to ignore any implicit use of environments).
This commit is contained in:
George Hartzell 2020-04-22 13:04:17 -07:00 committed by GitHub
parent b874b3e1fe
commit 63ff121980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: