From 00090f8f97d3811d522f194911dc63c96dc81ce8 Mon Sep 17 00:00:00 2001 From: Omar Padron Date: Tue, 25 Feb 2020 17:32:20 -0500 Subject: add --only option to buildcache create cmd (#14921) * add --only option to buildcache create cmd replaces the --no-deps option --- share/spack/spack-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') 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 -- cgit v1.2.3-60-g2f50