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 135c4eb3b3..b0870551f6 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -548,7 +548,7 @@ _spack_buildcache_check() { } _spack_buildcache_download() { - SPACK_COMPREPLY="-h --help -s --spec --spec-file -p --path -c --require-cdashid" + SPACK_COMPREPLY="-h --help -s --spec --spec-file -p --path" } _spack_buildcache_get_buildcache_name() { |