From d92104eff3562c29ef7b226dace2fc78fcc7426f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=AEittaG=20ordnasselA?= Date: Thu, 23 May 2019 10:09:38 +0200 Subject: [PATCH] omg --- mods/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/main.go b/mods/main.go index 51e4daf..f23fda4 100644 --- a/mods/main.go +++ b/mods/main.go @@ -166,7 +166,7 @@ func main() { sourcesans = flag.String("sourcesans", "source.ttf", "Path to source.ttf (Source Sans Pro font)") macropath = flag.String("macropath", "macros.json", "Path to macros db (JSON)") remindpath = flag.String("remindpath", "reminders.json", "Path to reminder db (JSON)") - remindpath = flag.String("tzpath", "timezones.json", "Path to timezones db (JSON)") + tzpath = flag.String("tzpath", "timezones.json", "Path to timezones db (JSON)") proverbi = flag.String("proverbi", "proverbi.txt", "Path to proverbi pairs (separated by /)") talktoken = flag.String("apiai", "@apiai.token", "api.ai token") gapifile = flag.String("gapifile", "gapi.json", "Google API Service Credentials file (for STT)")