uranusjr commented on code in PR #68485:
URL: https://github.com/apache/airflow/pull/68485#discussion_r3406377832
##########
dev/breeze/src/airflow_breeze/commands/common_options.py:
##########
@@ -614,7 +614,7 @@ def _normalize_platform(ctx: click.core.Context, param:
click.core.Option, value
option_sdk = click.option(
"--sdk",
- help="Install SDK toolchain(s)",
+ help="Select SDK toolchain(s).",
type=BetterChoice(ALLOWED_SDKS),
Review Comment:
This is only used by `build-docs` now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]