mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-24 08:10:14 +00:00
Remove pihole -a hostrecord
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
parent
d42785a3bf
commit
989bbad37e
3 changed files with 1 additions and 34 deletions
|
@ -15,7 +15,7 @@ _pihole() {
|
|||
COMPREPLY=( $(compgen -W "${opts_lists}" -- ${cur}) )
|
||||
;;
|
||||
"admin")
|
||||
opts_admin="celsius email fahrenheit hostrecord interface kelvin password privacylevel"
|
||||
opts_admin="celsius email fahrenheit interface kelvin password privacylevel"
|
||||
COMPREPLY=( $(compgen -W "${opts_admin}" -- ${cur}) )
|
||||
;;
|
||||
"checkout")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue