diff options
-rw-r--r-- | src/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.go b/src/main.go index e28be80..442f973 100644 --- a/src/main.go +++ b/src/main.go @@ -33,7 +33,7 @@ func initFlags() { flag.StringVar(&logFilePath, "logfilepath", "./server.log", "The path to the log file") flag.StringVar(&databasePath, "databasepath", "./main.db", "The path to the main database") flag.StringVar(&sessiondbPath, "sessiondbpath", "./sesions.db", "The path to the session database") - flag.StringVar(&templatesPath, "templatespath", "./templates", "The path to the templates used") + flag.StringVar(&templatesPath, "templates", "./templates", "The path to the templates used") } func main() { |