summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2023-07-13 16:01:09 +0200
committerGitHub <noreply@github.com>2023-07-13 16:01:09 +0200
commit033eb77aa92ad945d69b49d697417d9714857aa2 (patch)
treead1b2e76240c0f6ccf18351c4c7f158d7b4022d1 /share
parent522d9e260bac3692dcec104dc1d6a90c5acd2a04 (diff)
downloadspack-033eb77aa92ad945d69b49d697417d9714857aa2.tar.gz
spack-033eb77aa92ad945d69b49d697417d9714857aa2.tar.bz2
spack-033eb77aa92ad945d69b49d697417d9714857aa2.tar.xz
spack-033eb77aa92ad945d69b49d697417d9714857aa2.zip
spack buildcache push: improve argparse (#38876)
Diffstat (limited to 'share')
-rwxr-xr-xshare/spack/spack-completion.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash
index e9e28dcfd9..f2275e27d4 100755
--- a/share/spack/spack-completion.bash
+++ b/share/spack/spack-completion.bash
@@ -498,7 +498,7 @@ _spack_buildcache() {
_spack_buildcache_push() {
if $list_options
then
- SPACK_COMPREPLY="-h --help -f --force -u --unsigned -a --allow-root -k --key --update-index --rebuild-index --spec-file --only"
+ SPACK_COMPREPLY="-h --help -f --force --allow-root -a --unsigned -u --key -k --update-index --rebuild-index --spec-file --only"
else
_mirrors
fi
@@ -507,7 +507,7 @@ _spack_buildcache_push() {
_spack_buildcache_create() {
if $list_options
then
- SPACK_COMPREPLY="-h --help -f --force -u --unsigned -a --allow-root -k --key --update-index --rebuild-index --spec-file --only"
+ SPACK_COMPREPLY="-h --help -f --force --allow-root -a --unsigned -u --key -k --update-index --rebuild-index --spec-file --only"
else
_mirrors
fi