jscheffl commented on code in PR #46816:
URL: https://github.com/apache/airflow/pull/46816#discussion_r1957737391


##########
providers/edge/src/airflow/providers/edge/cli/edge_command.py:
##########
@@ -470,6 +477,12 @@ def stop(args):
     ("-H", "--edge-hostname"),
     help="Set the hostname of worker if you have multiple workers on a single 
machine",
 )
+ARG_WAIT = Arg(
+    ("-w", "--wait"),
+    default=False,
+    help="Wait until edge worker is shot down.",

Review Comment:
   Typo. That made me a laugh Monday morning.
   ```suggestion
       help="Wait until edge worker is shut down.",
   ```



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