summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2017-02-18 13:08:59 -0600
committerGitHub <noreply@github.com>2017-02-18 13:08:59 -0600
commitc2d210568cbc7ac5937c553f4e61cd277e9ad686 (patch)
treecc6d0811ed0eb3aec68e4c16423faeacb2076191 /share
parent6d3f649382dc9e5407aba8e1557dc777076d320e (diff)
downloadspack-c2d210568cbc7ac5937c553f4e61cd277e9ad686.tar.gz
spack-c2d210568cbc7ac5937c553f4e61cd277e9ad686.tar.bz2
spack-c2d210568cbc7ac5937c553f4e61cd277e9ad686.tar.xz
spack-c2d210568cbc7ac5937c553f4e61cd277e9ad686.zip
Fix tab completion after change to uninstall flag (#3175)
Diffstat (limited to 'share')
-rwxr-xr-xshare/spack/spack-completion.bash2
1 files changed, 1 insertions, 1 deletions
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"