summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMax Katz <maxpkatz@gmail.com>2017-04-06 13:44:43 -0700
committerAdam J. Stewart <ajstewart426@gmail.com>2017-04-06 15:44:43 -0500
commita526bcaf117c1dd83c9fdd0fd85464aba57bb064 (patch)
treeb8a0e8e4c12006b1c206f41ef49b4046b308bbbc /lib
parentf31a38532f107460e788f8a14f3e7751d6887cfa (diff)
downloadspack-a526bcaf117c1dd83c9fdd0fd85464aba57bb064.tar.gz
spack-a526bcaf117c1dd83c9fdd0fd85464aba57bb064.tar.bz2
spack-a526bcaf117c1dd83c9fdd0fd85464aba57bb064.tar.xz
spack-a526bcaf117c1dd83c9fdd0fd85464aba57bb064.zip
Correct uninstall -d to uninstall -R in tutorial (#3740)
-d was changed to -R as of PR #1917
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/tutorial_sc16_spack_basics.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/docs/tutorial_sc16_spack_basics.rst b/lib/spack/docs/tutorial_sc16_spack_basics.rst
index ed58c7c5cf..8d9a8fbaea 100644
--- a/lib/spack/docs/tutorial_sc16_spack_basics.rst
+++ b/lib/spack/docs/tutorial_sc16_spack_basics.rst
@@ -1030,7 +1030,7 @@ We can uninstall packages by spec using the same syntax as install.
We can uninstall packages by referring only to their hash.
-We can use either ``-f`` (force) or ``-d`` (remove dependents as well) to
+We can use either ``-f`` (force) or ``-R`` (remove dependents as well) to
remove packages that are required by another installed package.
.. code-block:: console
@@ -1044,7 +1044,7 @@ remove packages that are required by another installed package.
==> Error: You can use spack uninstall --dependents to uninstall these dependencies as well
- $ spack uninstall -d /4blb
+ $ spack uninstall -R /4blb
==> The following packages will be uninstalled :
-- linux-redhat6-x86_64 / intel@16.0.3 --------------------------