Mention that packages can be uninstalled by hash (#16863)
This commit is contained in:
parent
bd95b7df86
commit
edd075a5e1
@ -26,7 +26,8 @@
|
||||
|
||||
error_message = """You can either:
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user