From 5a42af9611645fd4a01d71b967bd2a10480d1f40 Mon Sep 17 00:00:00 2001 From: ZizzyDizzyMC Date: Tue, 9 Feb 2021 20:02:21 -0500 Subject: [PATCH] Update server.go --- server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.go b/server.go index 903288f..766de54 100644 --- a/server.go +++ b/server.go @@ -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()