Skip to content
Snippets Groups Projects
Commit dd1c667d authored by Massimiliano Culpo's avatar Massimiliano Culpo
Browse files

uninstall : changed error message

parent 653d7c52
Branches
Tags
No related merge requests found
......@@ -182,7 +182,7 @@ def uninstall(parser, args):
uninstall_list = list(set(uninstall_list))
if has_error:
tty.die('You can use spack uninstall -f to force this action')
tty.die('You can use spack uninstall -r to uninstall these dependencies as well')
if not args.yes_to_all:
tty.msg("The following packages will be uninstalled : ")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment