1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-23 07:18:07 +00:00

Move "all" down in help text to not suggest that it is the default

This commit is contained in:
DL6ER 2017-03-01 11:07:05 +01:00
parent b74862bfc5
commit 3adf8785d8
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

View File

@ -28,10 +28,10 @@ helpFunc() {
::: -k, kelvin Set Kelvin temperature unit
::: -h, --help Show this help dialog
::: -i, interface Setup interface listening behavior of dnsmasq
::: pihole -a -i all : Listen on all interfaces, permit all origins
::: pihole -a -i single : Listen only on one interface (see PIHOLE_INTERFACE)
::: pihole -a -i local : Listen on all interfaces, but allow only queries from
::: devices that are at most one hop away (local devices)
::: pihole -a -i single : Listen only on one interface (see PIHOLE_INTERFACE)
::: pihole -a -i all : Listen on all interfaces, permit all origins
EOM
exit 0
}