summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rwxr-xr-xshare/spack/spack-completion.bash20
1 files changed, 1 insertions, 19 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash
index 1ed8037d2b..800fa8204a 100755
--- a/share/spack/spack-completion.bash
+++ b/share/spack/spack-completion.bash
@@ -403,7 +403,7 @@ _spack_bootstrap() {
then
SPACK_COMPREPLY="-h --help"
else
- SPACK_COMPREPLY="now status enable disable reset root list trust untrust add remove mirror"
+ SPACK_COMPREPLY="now status enable disable reset root list add remove mirror"
fi
}
@@ -450,24 +450,6 @@ _spack_bootstrap_list() {
SPACK_COMPREPLY="-h --help --scope"
}
-_spack_bootstrap_trust() {
- if $list_options
- then
- SPACK_COMPREPLY="-h --help --scope"
- else
- SPACK_COMPREPLY=""
- fi
-}
-
-_spack_bootstrap_untrust() {
- if $list_options
- then
- SPACK_COMPREPLY="-h --help --scope"
- else
- SPACK_COMPREPLY=""
- fi
-}
-
_spack_bootstrap_add() {
if $list_options
then