Skip to content

Commit

Permalink
Add more info on dry-run CLI option (#9582)
Browse files Browse the repository at this point in the history
fixes  apache/airflow#9561

GitOrigin-RevId: 4de5089fd2edfe6fe6fc6a96df8de504d673b60a
  • Loading branch information
kaxil authored and Cloud Composer Team committed Nov 25, 2021
1 parent e3b2385 commit 4b4bf4a
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 4b4bf4a

Please sign in to comment.