diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index 423e1a96c1c..2199f4576ae 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -977,7 +977,7 @@ _spack_env_loads() { _spack_env_view() { if $list_options then - SPACK_COMPREPLY="-h --help" + SPACK_COMPREPLY="-h --help -f --force" else SPACK_COMPREPLY="" fi