Mention that packages can be uninstalled by hash (#16863)
This commit is contained in:
parent
bd95b7df86
commit
edd075a5e1
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue