This commit is contained in:
Hamcha 2019-05-23 10:09:38 +02:00
parent d92ffa4706
commit d92104eff3
Signed by: hamcha
GPG Key ID: A40413D21021EAEE
1 changed files with 1 additions and 1 deletions

View File

@ -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)")