potiuk commented on a change in pull request #22102:
URL: https://github.com/apache/airflow/pull/22102#discussion_r825520725



##########
File path: airflow/cli/cli_parser.py
##########
@@ -516,18 +516,32 @@ def string_list_type(val):
     type=int,
     default=60,
 )
-ARG_DB_VERSION = Arg(
+ARG_DB_UG_VERSION = Arg(
     (
         "-n",
         "--version",
     ),
-    help="The airflow version to downgrade to. Note: must provide either 
`--revision` or `--version`.",
+    help="(Optional) The airflow version to upgrade to. Note: must provide 
either `--revision` or `--version`.",
+)
+ARG_DB_UG_REVISION = Arg(

Review comment:
       NIT: Why not UPGRADE/DOWNGRADE verbatim?




-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to