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



##########
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:
       yeah obvs i was like trying not to avoid long var name but `DG` as an 
abbreviation i laughably bad :) 




-- 
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]


Reply via email to