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:
		| @@ -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: | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 George Hartzell
					George Hartzell