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 876ed0c647..d4b6be2609 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -860,7 +860,7 @@ _spack_external() { _spack_external_find() { if $list_options then - SPACK_COMPREPLY="-h --help --not-buildable" + SPACK_COMPREPLY="-h --help --not-buildable --scope" else _all_packages fi |