Skip to content

Commit

Permalink
Add more info on dry-run CLI option (apache#9582)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil authored Jun 30, 2020
1 parent d0e010f commit 4de5089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/cli/cli_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def positive_int(value):
type=parsedate)
ARG_DRY_RUN = Arg(
("-n", "--dry-run"),
help="Perform a dry run",
help="Perform a dry run for each task. Only renders Template Fields for each task, nothing else",
action="store_true")
ARG_PID = Arg(
("--pid",),
Expand Down

0 comments on commit 4de5089

Please sign in to comment.