diff options
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 5d9a01737f..7335faaa28 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -384,7 +384,7 @@ _spack_arch() { _spack_blame() { if $list_options then - SPACK_COMPREPLY="-h --help -t --time -p --percent -g --git" + SPACK_COMPREPLY="-h --help -t --time -p --percent -g --git --json" else _all_packages fi |