1
0
mirror of https://github.com/go-task/task.git synced 2025-01-20 04:59:37 +02:00

Fix extension on help text

This commit is contained in:
Andrey Nering 2017-02-28 18:43:18 -03:00
parent 989f2eaa3e
commit 27a21eb4cb

View File

@ -12,7 +12,7 @@ func main() {
fmt.Println(`
task [target1 target2 ...]: Runs commands under targets like make.
Example: 'task hello' with the following 'Taskfile.json' file will generate
Example: 'task hello' with the following 'Taskfile.yml' file will generate
an 'output.txt' file.
'''
hello: