diff options
Diffstat (limited to 'share')
-rwxr-xr-x | share/spack/spack-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index c90b35338d..362fe1e0bf 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -404,7 +404,7 @@ function _spack_diy { compgen -W "-h --help -j --jobs -d --source-path -i --ignore-dependencies -n --no-checksum --keep-prefix --skip-patch -q --quiet --clean - --dirty" -- "$cur" + --dirty -u --until" -- "$cur" else compgen -W "$(_all_packages)" -- "$cur" fi |