diff --git a/cmd/task/task.go b/cmd/task/task.go index e6f012d5..84ad7aa9 100644 --- a/cmd/task/task.go +++ b/cmd/task/task.go @@ -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.