mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-22 07:10:19 +00:00
Rename option --admin to --web in version function
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
fe7299323c
commit
6d02d4056f
2 changed files with 9 additions and 9 deletions
|
@ -35,7 +35,7 @@ _pihole() {
|
|||
COMPREPLY=( $(compgen -W "${opts_update}" -- ${cur}) )
|
||||
;;
|
||||
"version")
|
||||
opts_version="\--admin \--current \--ftl \--hash \--latest \--pihole"
|
||||
opts_version="\--web \--current \--ftl \--hash \--latest \--pihole"
|
||||
COMPREPLY=( $(compgen -W "${opts_version}" -- ${cur}) )
|
||||
;;
|
||||
"core"|"admin"|"ftl")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue