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-01 11:41:57 +0300
committerGitHub <noreply@github.com>2022-02-01 11:41:57 +0300
commit881d92632ce8ee346ad5e1224879190eeb8c6836 (patch)
tree8ffaa15a67bc1f5ab8b5180dbe782c7db21def18 /advanced/Scripts/webpage.sh
parentbad6d8a59e6617ab0fa1fab4606579324fd64475 (diff)
add hint for custom teleporter filename to help function
Signed-off-by: Lukas Schlötterer <80917404+lschloetterer@users.noreply.github.com>
Diffstat (limited to 'advanced/Scripts/webpage.sh')
-rwxr-xr-xadvanced/Scripts/webpage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/advanced/Scripts/webpage.sh b/advanced/Scripts/webpage.sh
index d823a7c1..dad5380e 100755
--- a/advanced/Scripts/webpage.sh
+++ b/advanced/Scripts/webpage.sh
@@ -45,7 +45,7 @@ Options:
-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 Backup configuration as an archive. Optionally specify a custom filename"
exit 0
}