--json not --jason

Signed-off-by: Rob Gill <rrobgill@protonmail.com>
pull/2224/head
Rob Gill 6 years ago committed by GitHub
parent 8004080643
commit cabb06230c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,7 @@ _pihole() {
COMPREPLY=( $(compgen -W "${opts_checkout}" -- ${cur}) )
;;
"chronometer")
opts_chronometer="\--exit \--jason \--refresh"
opts_chronometer="\--exit \--json \--refresh"
COMPREPLY=( $(compgen -W "${opts_chronometer}" -- ${cur}) )
;;
"debug")

Loading…
Cancel
Save