diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2021-10-11 10:16:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 10:16:11 +0200 |
commit | f28b08bf026169d94e4e1bee9874b55888762515 (patch) | |
tree | 0f6b092cf2d4392409d3120f0f3528c20b016ca3 /share | |
parent | ad75f743345525101ab252213ff644d4121a7b31 (diff) | |
download | spack-f28b08bf026169d94e4e1bee9874b55888762515.tar.gz spack-f28b08bf026169d94e4e1bee9874b55888762515.tar.bz2 spack-f28b08bf026169d94e4e1bee9874b55888762515.tar.xz spack-f28b08bf026169d94e4e1bee9874b55888762515.zip |
Remove unused --dependencies flag (#25731)
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 131deade0b..33553d374f 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -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 |