diff options
Diffstat (limited to 'share')
-rwxr-xr-x | share/spack/spack-completion.bash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index f0c81f11db..90793a2401 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -488,7 +488,7 @@ _spack_bootstrap_untrust() { _spack_build_env() { if $list_options then - SPACK_COMPREPLY="-h --help --clean --dirty --dump --pickle" + SPACK_COMPREPLY="-h --help --clean --dirty -U --fresh --reuse --dump --pickle" else _all_packages fi @@ -1769,7 +1769,7 @@ _spack_test_remove() { _spack_test_env() { if $list_options then - SPACK_COMPREPLY="-h --help --clean --dirty --dump --pickle" + SPACK_COMPREPLY="-h --help --clean --dirty -U --fresh --reuse --dump --pickle" else _all_packages fi |