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:
parent
b874b3e1fe
commit
63ff121980
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user