1
0
mirror of https://github.com/go-task/task.git synced 2025-02-15 14:03:30 +02:00

Fix typo in usage.md

This commit is contained in:
Omri Steiner 2021-11-09 16:18:42 +02:00
parent 6a0b778978
commit e8aa3a17a6

View File

@ -589,7 +589,7 @@ This works for all types of variables.
## Forwarding CLI arguments to commands
If `--` is given in the CLI, all following paramaters are added to a
If `--` is given in the CLI, all following parameters are added to a
special `.CLI_ARGS` variable. This is useful to forward arguments to another
command.