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



##########
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:
       @mik-laj where is the cheat sheet?  i tried adding validation for `help` 
command to enforce max length but found other long help text examples.  e.g. 
`Clean up Kubernetes pods` command.  I tried searching, but found only [this 
page](https://airflow.apache.org/docs/apache-airflow/stable/cli-and-env-variables-ref.html?highlight=clean%20up%20kubernetes%20pods)
 in the documentation and the length is not an issue there.
   
   thanks




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