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 c64495e1d6..bf5300ea96 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -575,7 +575,7 @@ _spack_cd() { _spack_checksum() { if $list_options then - SPACK_COMPREPLY="-h --help --keep-stage -b --batch" + SPACK_COMPREPLY="-h --help --keep-stage -b --batch -l --latest -p --preferred" else _all_packages fi |