Mention that packages can be uninstalled by hash (#16863)

This commit is contained in:
Robert Rosca
2020-05-29 13:23:02 +02:00
committed by GitHub
parent bd95b7df86
commit edd075a5e1

View File

@@ -26,7 +26,8 @@
error_message = """You can either: error_message = """You can either:
a) use a more specific spec, or a) use a more specific spec, or
b) use `spack uninstall --all` to uninstall ALL matching specs. b) specify the package by its hash (e.g. `spack uninstall /hash`), or
c) use `spack uninstall --all` to uninstall ALL matching specs.
""" """
# Arguments for display_specs when we find ambiguity # Arguments for display_specs when we find ambiguity