Skip to content

Commit 774ef61

Browse files
committed
Update usage text slightly
1 parent dd2c66d commit 774ef61

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cmd/task/task.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,15 @@ hello:
3030
generates:
3131
- output.txt
3232
'''
33+
34+
Options:
3335
`
3436

3537
func main() {
3638
log.SetFlags(0)
3739

3840
pflag.Usage = func() {
39-
fmt.Println(usage)
41+
fmt.Print(usage)
4042
pflag.PrintDefaults()
4143
}
4244

0 commit comments

Comments
 (0)