Remove unused --dependencies flag (#25731)

This commit is contained in:
Harmen Stoppels
2021-10-11 10:16:11 +02:00
committed by GitHub
parent ad75f74334
commit f28b08bf02
2 changed files with 2 additions and 2 deletions

View File

@@ -1211,7 +1211,7 @@ _spack_list() {
_spack_load() {
if $list_options
then
SPACK_COMPREPLY="-h --help -r --dependencies --sh --csh --fish --first --only"
SPACK_COMPREPLY="-h --help --sh --csh --fish --first --only"
else
_installed_packages
fi