diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2021-10-29 19:21:49 +0200 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2021-11-05 00:15:47 -0700 |
commit | da57b8775f61e51c986a1d25ed18a55efdb01337 (patch) | |
tree | 7fbddecfd718692ab8ee754832241df3ecfb662b | |
parent | 0d74a4f46e6f0c46d42574c989d842998ccd94a4 (diff) | |
download | spack-da57b8775f61e51c986a1d25ed18a55efdb01337.tar.gz spack-da57b8775f61e51c986a1d25ed18a55efdb01337.tar.bz2 spack-da57b8775f61e51c986a1d25ed18a55efdb01337.tar.xz spack-da57b8775f61e51c986a1d25ed18a55efdb01337.zip |
Update command completion
-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 b88379b59c..a36366295f 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -1635,7 +1635,7 @@ _spack_restage() { _spack_solve() { if $list_options then - SPACK_COMPREPLY="-h --help --show --models -l --long -L --very-long -I --install-status -y --yaml -j --json -c --cover -N --namespaces -t --types --timers --stats" + SPACK_COMPREPLY="-h --help --show --models -l --long -L --very-long -I --install-status -y --yaml -j --json -c --cover -N --namespaces -t --types --timers --stats --reuse" else _all_packages fi |