diff options
author | Zack Galbreath <zack.galbreath@kitware.com> | 2019-12-13 13:15:22 -0500 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2019-12-13 10:15:22 -0800 |
commit | 0f5724e908334523583c2f4e132639ee14def462 (patch) | |
tree | c1f66672420afc837c75fb518a704e9d212d2069 /share | |
parent | 8c2305e86714f61da1a5415e8cd1831b75ab2f14 (diff) | |
download | spack-0f5724e908334523583c2f4e132639ee14def462.tar.gz spack-0f5724e908334523583c2f4e132639ee14def462.tar.bz2 spack-0f5724e908334523583c2f4e132639ee14def462.tar.xz spack-0f5724e908334523583c2f4e132639ee14def462.zip |
Split out CDash options to a separate help document (#13704)
Prevent `spack help install` from getting too cluttered with CDash-specific documentation.
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 3cda07ec48..87d99d0a82 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -641,7 +641,7 @@ function _spack_install { -v --verbose --fake --only-concrete -f --file --clean --dirty --test --run-tests --log-format --log-file --cdash-upload-url --cdash-build --cdash-site --cdash-track - --cdash-buildstamp -y --yes-to-all" -- "$cur" + --cdash-buildstamp --help-cdash -y --yes-to-all" -- "$cur" else compgen -W "$(_all_packages)" -- "$cur" fi |