From c2d210568cbc7ac5937c553f4e61cd277e9ad686 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Sat, 18 Feb 2017 13:08:59 -0600 Subject: Fix tab completion after change to uninstall flag (#3175) --- share/spack/spack-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index dde1a5280f..3e98b20df0 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -718,7 +718,7 @@ function _spack_test { function _spack_uninstall { if $list_options then - compgen -W "-h --help -f --force -a --all -d --dependents + compgen -W "-h --help -f --force -a --all -R --dependents -y --yes-to-all" -- "$cur" else compgen -W "$(_installed_packages)" -- "$cur" -- cgit v1.2.3-60-g2f50