summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMichael Davis <davis291@llnl.gov>2021-11-19 00:25:45 -0800
committerGitHub <noreply@github.com>2021-11-19 09:25:45 +0100
commit3375db12a50e73f68972cf6e85455148f9c2e488 (patch)
treeb66acc478dc5601f8aedad9a6b80f5e6f87722ae /share
parent4d059ead8ce4e97e1db8d8fd8f206b9d08b2452d (diff)
downloadspack-3375db12a50e73f68972cf6e85455148f9c2e488.tar.gz
spack-3375db12a50e73f68972cf6e85455148f9c2e488.tar.bz2
spack-3375db12a50e73f68972cf6e85455148f9c2e488.tar.xz
spack-3375db12a50e73f68972cf6e85455148f9c2e488.zip
Adding --reuse to dev-build command. (#27487)
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 fa3ebd3c3e..2d1466ed50 100755
--- a/share/spack/spack-completion.bash
+++ b/share/spack/spack-completion.bash
@@ -866,7 +866,7 @@ _spack_deprecate() {
_spack_dev_build() {
if $list_options
then
- SPACK_COMPREPLY="-h --help -j --jobs -d --source-path -i --ignore-dependencies -n --no-checksum --deprecated --keep-prefix --skip-patch -q --quiet --drop-in --test -b --before -u --until --clean --dirty"
+ SPACK_COMPREPLY="-h --help -j --jobs --reuse -d --source-path -i --ignore-dependencies -n --no-checksum --deprecated --keep-prefix --skip-patch -q --quiet --drop-in --test -b --before -u --until --clean --dirty"
else
_all_packages
fi