summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2022-11-19 16:09:34 +0100
committerGitHub <noreply@github.com>2022-11-19 16:09:34 +0100
commit45b4cedb7e66dbccb5574657738f72ed700197e5 (patch)
tree198cdafc933bf7095aff413efb10cf473176e55c /share
parent6d0a8f78b2e69e999b3b99e076a3b771c8f90769 (diff)
downloadspack-45b4cedb7e66dbccb5574657738f72ed700197e5.tar.gz
spack-45b4cedb7e66dbccb5574657738f72ed700197e5.tar.bz2
spack-45b4cedb7e66dbccb5574657738f72ed700197e5.tar.xz
spack-45b4cedb7e66dbccb5574657738f72ed700197e5.zip
spack find: remove deprecated "--bootstrap" option (#34015)
Diffstat (limited to 'share')
-rwxr-xr-xshare/spack/spack-completion.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash
index 800fa8204a..24cc2e67a0 100755
--- a/share/spack/spack-completion.bash
+++ b/share/spack/spack-completion.bash
@@ -1047,7 +1047,7 @@ _spack_fetch() {
_spack_find() {
if $list_options
then
- SPACK_COMPREPLY="-h --help --format --json -d --deps -p --paths --groups --no-groups -l --long -L --very-long -t --tag -c --show-concretized -f --show-flags --show-full-compiler -x --explicit -X --implicit -u --unknown -m --missing -v --variants --loaded -M --only-missing --deprecated --only-deprecated -N --namespace --start-date --end-date -b --bootstrap"
+ SPACK_COMPREPLY="-h --help --format --json -d --deps -p --paths --groups --no-groups -l --long -L --very-long -t --tag -c --show-concretized -f --show-flags --show-full-compiler -x --explicit -X --implicit -u --unknown -m --missing -v --variants --loaded -M --only-missing --deprecated --only-deprecated -N --namespace --start-date --end-date"
else
_installed_packages
fi