diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash
index 935092aedb941b968c2f2d31276f85efeb20c3b3..5e8936125f8a7bcd9512b903e7374a67700e3d84 100755
--- a/share/spack/spack-completion.bash
+++ b/share/spack/spack-completion.bash
@@ -1051,7 +1051,8 @@ function _spack_spec {
if $list_options
then
compgen -W "-h --help -l --long -L --very-long -I --install-status
- -y --yaml -c --cover -N --namespaces -t --types" -- "$cur"
+ -j --json -y --yaml -c --cover -N --namespaces
+ -t --types" -- "$cur"
else
compgen -W "$(_all_packages)" -- "$cur"
fi