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:
@@ -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()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user