uninstall : changed error message

This commit is contained in:
Massimiliano Culpo 2016-03-30 16:10:20 +02:00
parent 653d7c5257
commit dd1c667d8d

View File

@ -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 : ")