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 ca503673da..6bdefc6754 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -1688,7 +1688,7 @@ _spack_spec() { _spack_stage() { if $list_options then - SPACK_COMPREPLY="-h --help -n --no-checksum --deprecated -p --path" + SPACK_COMPREPLY="-h --help -n --no-checksum --deprecated -p --path -U --fresh --reuse" else _all_packages fi |