about summary refs log tree commit diff
path: root/src/main.go
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-08-16 22:49:00 +0200
committerEmile <git@emile.space>2024-08-16 22:49:00 +0200
commitc3f88f9940e525fe7dcdc78a9dde10e1a31f385a (patch)
tree3f0eb4e35915b782d8491523263ed5cdacd75835 /src/main.go
parentce13a1fe46b4d821e030cd8240978c943531c9be (diff)
now this should finally be the name, C-c and C-v wont solve all problems
Diffstat (limited to 'src/main.go')
-rw-r--r--src/main.go2
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() {