1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

Changed --dry-run flag to --dry

This commit is contained in:
Josh Bebbington
2018-07-29 22:03:22 +01:00
parent 1c7ca94d49
commit 3f7e8c88eb
3 changed files with 4 additions and 4 deletions

View File

@@ -637,7 +637,7 @@ tasks:
## Dry Run Mode
Dry run mode (`--dry-run`) compiles and steps through each task, printing the commands
Dry run mode (`--dry`) compiles and steps through each task, printing the commands
that would be run without executing them. This is useful for debugging your Taskfiles.
## Output syntax