On uninstall, change shortcut flag for --dependents to -R, as per Spack convention. (-r = --dependencies, -R = --dependents). (#1917)
This commit is contained in:
parent
7180613218
commit
29d070e50c
@ -61,7 +61,7 @@ def setup_parser(subparser):
|
||||
"is both useful and dangerous, like rm -r")
|
||||
|
||||
subparser.add_argument(
|
||||
'-d', '--dependents', action='store_true', dest='dependents',
|
||||
'-R', '--dependents', action='store_true', dest='dependents',
|
||||
help='also uninstall any packages that depend on the ones given '
|
||||
'via command line')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user