diff options
author | Omar Padron <omar.padron@kitware.com> | 2020-02-25 17:32:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-25 17:32:20 -0500 |
commit | 00090f8f97d3811d522f194911dc63c96dc81ce8 (patch) | |
tree | c65f0b958afbc9ec41f9a501b54c3e86b3ef3c0f /share | |
parent | 8d750db9de9948a33d8b7d2f30c6f24a53628d25 (diff) | |
download | spack-00090f8f97d3811d522f194911dc63c96dc81ce8.tar.gz spack-00090f8f97d3811d522f194911dc63c96dc81ce8.tar.bz2 spack-00090f8f97d3811d522f194911dc63c96dc81ce8.tar.xz spack-00090f8f97d3811d522f194911dc63c96dc81ce8.zip |
add --only option to buildcache create cmd (#14921)
* add --only option to buildcache create cmd
replaces the --no-deps option
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 4082b7ff41..d2e4a28682 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -382,7 +382,7 @@ _spack_buildcache() { _spack_buildcache_create() { if $list_options then - SPACK_COMPREPLY="-h --help -r --rel -f --force -u --unsigned -a --allow-root -k --key -d --directory --no-rebuild-index -y --spec-yaml --no-deps" + SPACK_COMPREPLY="-h --help -r --rel -f --force -u --unsigned -a --allow-root -k --key -d --directory --no-rebuild-index -y --spec-yaml --only" else _all_packages fi |