mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 06:48:07 +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}) )
|
||||
;;
|
||||
"chronometer")
|
||||
opts_chronometer="\--exit \--jason \--refresh"
|
||||
opts_chronometer="\--exit \--json \--refresh"
|
||||
COMPREPLY=( $(compgen -W "${opts_chronometer}" -- ${cur}) )
|
||||
;;
|
||||
"debug")
|
||||
|
Loading…
Reference in New Issue
Block a user