summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2022-07-20 13:50:56 +0200
committerGitHub <noreply@github.com>2022-07-20 13:50:56 +0200
commite7be8dbbcfe1a053d568c99cfeb2e921c3b1471a (patch)
treed95ae463683a85266217a02f75208fc2a85da758 /share
parente3aca44601b8eeedaddd25909e29a48b290c293e (diff)
downloadspack-e7be8dbbcfe1a053d568c99cfeb2e921c3b1471a.tar.gz
spack-e7be8dbbcfe1a053d568c99cfeb2e921c3b1471a.tar.bz2
spack-e7be8dbbcfe1a053d568c99cfeb2e921c3b1471a.tar.xz
spack-e7be8dbbcfe1a053d568c99cfeb2e921c3b1471a.zip
spack stage: add missing --fresh and --reuse (#31626)
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 ca503673da..6bdefc6754 100755
--- a/share/spack/spack-completion.bash
+++ b/share/spack/spack-completion.bash
@@ -1688,7 +1688,7 @@ _spack_spec() {
_spack_stage() {
if $list_options
then
- SPACK_COMPREPLY="-h --help -n --no-checksum --deprecated -p --path"
+ SPACK_COMPREPLY="-h --help -n --no-checksum --deprecated -p --path -U --fresh --reuse"
else
_all_packages
fi