diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/environments.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/environments.rst b/lib/spack/docs/environments.rst index 5d091dee30..a51c3012fd 100644 --- a/lib/spack/docs/environments.rst +++ b/lib/spack/docs/environments.rst @@ -130,7 +130,7 @@ To activate an environment, use the following command: By default, the ``spack env activate`` will load the view associated with the Environment into the user environment. The ``-v, --with-view`` argument ensures this behavior, and the ``-V, ---without-vew`` argument activates the environment without changing +--without-view`` argument activates the environment without changing the user environment variables. The ``-p`` option to the ``spack env activate`` command modifies the |