kaxil commented on a change in pull request #22102:
URL: https://github.com/apache/airflow/pull/22102#discussion_r822760744
##########
File path: airflow/cli/cli_parser.py
##########
@@ -1359,8 +1359,20 @@ class GroupCommand(NamedTuple):
ActionCommand(
name='upgrade',
help="Upgrade the metadata database to latest version",
+ description=(
+ "Upgrade the schema of the metadata database. "
+ "To print but not execute commands, use option `--sql-only`. "
+ "If using options `--from-revision` or `--from-version`, you must
also use `--sql-only`, "
Review comment:
since this are RST we need double backticks
```suggestion
"If using options ``--from-revision`` or ``--from-version``, you
must also use ``--sql-only``, "
```
--
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]