chore: generalise the usage message

This commit is contained in:
Pete Davison
2023-06-09 15:05:30 +00:00
committed by Andrey Nering
parent a452f0b4bd
commit 06727c3892

View File

@@ -21,7 +21,7 @@ import (
"github.com/go-task/task/v3/taskfile"
)
const usage = `Usage: task [-ilfwvsd] [--init] [--list] [--force] [--watch] [--verbose] [--silent] [--dir] [--taskfile] [--dry] [--summary] [task...]
const usage = `Usage: task [flags...] [task...]
Runs the specified task(s). Falls back to the "default" task if no task name
was specified, or lists all tasks if an unknown task name was specified.