mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 14:58:08 +00:00
--json not --jason
Signed-off-by: Rob Gill <rrobgill@protonmail.com>
This commit is contained in:
parent
8004080643
commit
cabb06230c
@ -23,7 +23,7 @@ _pihole() {
|
|||||||
COMPREPLY=( $(compgen -W "${opts_checkout}" -- ${cur}) )
|
COMPREPLY=( $(compgen -W "${opts_checkout}" -- ${cur}) )
|
||||||
;;
|
;;
|
||||||
"chronometer")
|
"chronometer")
|
||||||
opts_chronometer="\--exit \--jason \--refresh"
|
opts_chronometer="\--exit \--json \--refresh"
|
||||||
COMPREPLY=( $(compgen -W "${opts_chronometer}" -- ${cur}) )
|
COMPREPLY=( $(compgen -W "${opts_chronometer}" -- ${cur}) )
|
||||||
;;
|
;;
|
||||||
"debug")
|
"debug")
|
||||||
|
Loading…
Reference in New Issue
Block a user