summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2019-09-07 18:32:02 -0500
committerGitHub <noreply@github.com>2019-09-07 18:32:02 -0500
commita4aa1b5a05e4f18c3bcfd6fb6dfcbb887691b01e (patch)
treefdffe5d717db6bef4bda6bc856c9c64bce186fa0 /lib
parent754ce972a3c5d9e538eb78c54a1f303e19bcd1dd (diff)
downloadspack-a4aa1b5a05e4f18c3bcfd6fb6dfcbb887691b01e.tar.gz
spack-a4aa1b5a05e4f18c3bcfd6fb6dfcbb887691b01e.tar.bz2
spack-a4aa1b5a05e4f18c3bcfd6fb6dfcbb887691b01e.tar.xz
spack-a4aa1b5a05e4f18c3bcfd6fb6dfcbb887691b01e.zip
Update docs on module loads command (#12702)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/module_file_support.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/docs/module_file_support.rst b/lib/spack/docs/module_file_support.rst
index 8fcb38d81f..f6dbdf3f19 100644
--- a/lib/spack/docs/module_file_support.rst
+++ b/lib/spack/docs/module_file_support.rst
@@ -215,8 +215,8 @@ Module Commands for Shell Scripts
Although Spack is flexible, the ``module`` command is much faster.
This could become an issue when emitting a series of ``spack load``
-commands inside a shell script. By adding the ``--shell`` flag,
-``spack module tcl find`` may also be used to generate code that can be
+commands inside a shell script. By adding the ``--dependencies`` flag,
+``spack module tcl loads`` may also be used to generate code that can be
cut-and-pasted into a shell script. For example:
.. code-block:: console