mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
Fix extension on help text
This commit is contained in:
@@ -12,7 +12,7 @@ func main() {
|
|||||||
fmt.Println(`
|
fmt.Println(`
|
||||||
task [target1 target2 ...]: Runs commands under targets like make.
|
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.
|
an 'output.txt' file.
|
||||||
'''
|
'''
|
||||||
hello:
|
hello:
|
||||||
|
Reference in New Issue
Block a user