diff options
author | Scott Wittenburg <scott.wittenburg@kitware.com> | 2020-09-30 16:37:35 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-30 16:37:35 -0600 |
commit | 075c3e0d9247e9c1716ac44e7052366ac59ff110 (patch) | |
tree | 635ce5ba3bc913af6ee3633c900c1f05b089f5de /share | |
parent | 5558bc2b50a13b7b51ac69cfd26142d2769ae684 (diff) | |
download | spack-075c3e0d9247e9c1716ac44e7052366ac59ff110.tar.gz spack-075c3e0d9247e9c1716ac44e7052366ac59ff110.tar.bz2 spack-075c3e0d9247e9c1716ac44e7052366ac59ff110.tar.xz spack-075c3e0d9247e9c1716ac44e7052366ac59ff110.zip |
Merge pull request #18359 from scottwittenburg/add-binary-distribution-cache-manager
Add binary distribution cache manager
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 102a205f20..4ecec82bd9 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -1011,7 +1011,7 @@ _spack_info() { _spack_install() { if $list_options then - SPACK_COMPREPLY="-h --help --only -u --until -j --jobs --overwrite --fail-fast --keep-prefix --keep-stage --dont-restage --use-cache --no-cache --cache-only --no-check-signature --show-log-on-error --source -n --no-checksum -v --verbose --fake --only-concrete -f --file --clean --dirty --test --run-tests --log-format --log-file --help-cdash -y --yes-to-all --cdash-upload-url --cdash-build --cdash-site --cdash-track --cdash-buildstamp" + SPACK_COMPREPLY="-h --help --only -u --until -j --jobs --overwrite --fail-fast --keep-prefix --keep-stage --dont-restage --use-cache --no-cache --cache-only --no-check-signature --require-full-hash-match --show-log-on-error --source -n --no-checksum -v --verbose --fake --only-concrete -f --file --clean --dirty --test --run-tests --log-format --log-file --help-cdash -y --yes-to-all --cdash-upload-url --cdash-build --cdash-site --cdash-track --cdash-buildstamp" else _all_packages fi |