1
0
mirror of https://github.com/go-task/task.git synced 2025-08-08 22:36:57 +02:00

Update usage text slightly

This commit is contained in:
Sindre Røkenes Myren
2017-07-06 18:40:01 +02:00
parent dd2c66d2e1
commit 774ef61c2f

View File

@@ -30,13 +30,15 @@ hello:
generates:
- output.txt
'''
Options:
`
func main() {
log.SetFlags(0)
pflag.Usage = func() {
fmt.Println(usage)
fmt.Print(usage)
pflag.PrintDefaults()
}