zrhoffman commented on code in PR #6588:
URL: https://github.com/apache/trafficcontrol/pull/6588#discussion_r847776158


##########
dev/atc.dev.sh:
##########
@@ -41,12 +49,14 @@ function atc-ready {
                                echo "";
                                echo "-h, --help  print usage information and 
exit";
                                echo "-w, --wait  wait for ATC to be ready, 
instead of just checking if it is ready";
+                               echo "-d, --wait  wait for the ATC delivery 
service to be ready";
                                return 0;;
                        *)
                                echo "Usage: $0 [-h] [-w]" >&2;
                                echo "" >&2;
                                echo "-h, --help  print usage information and 
exit" >&2;
                                echo "-w, --wait  wait for ATC to be ready, 
instead of just checking if it is ready" >&2;
+                               echo "-d, --wait  wait for the ATC delivery 
service to be ready" >&2;

Review Comment:
   Changed to `--delivery-service` in 688aa62dec



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