mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
--json not --jason
Signed-off-by: Rob Gill <rrobgill@protonmail.com>
This commit is contained in:
parent
8004080643
commit
cabb06230c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue