You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/03/02 15:19:49 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #21879: Add docs re upgrade / downgrade

mik-laj commented on a change in pull request #21879:
URL: https://github.com/apache/airflow/pull/21879#discussion_r817797316



##########
File path: airflow/cli/cli_parser.py
##########
@@ -1362,7 +1362,8 @@ class GroupCommand(NamedTuple):
     ),
     ActionCommand(
         name='downgrade',
-        help="Downgrade the schema of the metadata database",
+        help="Downgrade the schema of the metadata database.  Must provide either `--revision` "

Review comment:
       The `help` field should contain one sentence. Additional information can be added in `description` field. We use `help` field to display cheat-sheet, so we have to be careful that this command is still readable and only contains the key information.




-- 
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-unsubscribe@airflow.apache.org

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