kaxil commented on a change in pull request #21962:
URL: https://github.com/apache/airflow/pull/21962#discussion_r818589617



##########
File path: airflow/cli/cli_parser.py
##########
@@ -244,15 +244,10 @@ def string_list_type(val):
     ('--revision-range',),
     help=(
         "Migration revision range(start:end) to use for offline sql 
generation. "
-        "Example: 'a13f7613ad25:7b2661a43ba3'"
+        "Example: `a13f7613ad25:7b2661a43ba3`"

Review comment:
       ```suggestion
           "Example: ``a13f7613ad25:7b2661a43ba3``"
   ```
   
   If this is for RST




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