Skip to content

Commit 7877214

Browse files
authored
Add clarification for using short names with --exclude-docs (#52934)
1 parent 601a06d commit 7877214

File tree

3 files changed

+20
-12
lines changed

3 files changed

+20
-12
lines changed

dev/breeze/doc/images/output_workflow-run_publish-docs.svg

Lines changed: 18 additions & 10 deletions
Loading
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
aee3662a42543b525bf4ccfd23adaf62
1+
d6a1511258a72057d4267040f78d2262

dev/breeze/src/airflow_breeze/commands/workflow_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def workflow_run():
5959
)
6060
@click.option(
6161
"--exclude-docs",
62-
help="Comma separated list of docs packages to exclude from the publish.",
62+
help="Comma separated short name list of docs packages to exclude from the publish. (example: apache.druid,google)",
6363
default="no-docs-excluded",
6464
)
6565
@click.option(

0 commit comments

Comments
 (0)