Add hint to help command

Its also possible to specify tags on start
main
Georg Krause 2020-01-24 13:08:49 +01:00
parent ea94384a7c
commit e2592e7c8d
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@ func help() {
fmt.Println("go time tracker v0.1\n")
fmt.Println("Syntax: gott [start|stop|list|help]\n")
fmt.Println("Options:")
fmt.Println("\tstart\t\tStart new time interval")
fmt.Println("\tstop [tag(s)]\tStop current time tracking interval")
fmt.Println("\tstart [tag(s)]\tStart new time interval")
fmt.Println("\tstop [tag(s)]\tStop current time tracking interval")
fmt.Println("\tlist\t\tList all entries")
fmt.Println("\thelp, h\t show this help")
fmt.Println("\nThis Software is freely developed at\nhttps://git.soundship.de/gcrkrause/gott unter the MIT License")