Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Schlötterer <80917404+lschloetterer@users.noreply.github.com>2022-02-04 23:19:09 +0300
committerLukas Schlötterer <80917404+lschloetterer@users.noreply.github.com>2022-02-04 23:29:23 +0300
commit2a0bb5b9ee12d33f35f39c035ef931f48d6370cd (patch)
tree18962f09dd0cf4f8a929bc85e5a0f43b33b5ff80 /advanced/Scripts/webpage.sh
parent881d92632ce8ee346ad5e1224879190eeb8c6836 (diff)
Create second entry for teleporter and adjust spacing
Signed-off-by: Lukas Schlötterer <80917404+lschloetterer@users.noreply.github.com>
Diffstat (limited to 'advanced/Scripts/webpage.sh')
-rwxr-xr-xadvanced/Scripts/webpage.sh19
1 files changed, 10 insertions, 9 deletions
diff --git a/advanced/Scripts/webpage.sh b/advanced/Scripts/webpage.sh
index dad5380e..c80934d9 100755
--- a/advanced/Scripts/webpage.sh
+++ b/advanced/Scripts/webpage.sh
@@ -37,15 +37,16 @@ Example: pihole -a -p password
Set options for the Admin Console
Options:
- -p, password Set Admin Console password
- -c, celsius Set Celsius as preferred temperature unit
- -f, fahrenheit Set Fahrenheit as preferred temperature unit
- -k, kelvin Set Kelvin as preferred temperature unit
- -e, email Set an administrative contact address for the Block Page
- -h, --help Show this help dialog
- -i, interface Specify dnsmasq's interface listening behavior
- -l, privacylevel Set privacy level (0 = lowest, 3 = highest)
- -t, teleporter Backup configuration as an archive. Optionally specify a custom filename"
+ -p, password Set Admin Console password
+ -c, celsius Set Celsius as preferred temperature unit
+ -f, fahrenheit Set Fahrenheit as preferred temperature unit
+ -k, kelvin Set Kelvin as preferred temperature unit
+ -e, email Set an administrative contact address for the Block Page
+ -h, --help Show this help dialog
+ -i, interface Specify dnsmasq's interface listening behavior
+ -l, privacylevel Set privacy level (0 = lowest, 3 = highest)
+ -t, teleporter Backup configuration as an archive
+ -t, teleporter myname.tar.gz Backup configuration to archive with name myname.tar.gz as specified"
exit 0
}