Update server.go

This commit is contained in:
ZizzyDizzyMC 2021-02-09 20:02:21 -05:00
parent 63975c2019
commit 5a42af9611
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ func main() {
"path to directory containing .md files to render as custom pages")
flag.Uint64Var(&Config.cleanupEveryMinutes, "cleanup-every-minutes", 0,
"How often to clean up expired files in minutes (default is 0, which means files will be cleaned up as they are accessed)")
flag.StringVar(&Config.extraFooterText, "extrafootertext", "",
flag.StringVar(&Config.extraFooterText, "extra-footer-text", "",
"Extra text above the footer for notices.")
iniflags.Parse()