Skip to content

Commit

Permalink
Improve documentation wording
Browse files Browse the repository at this point in the history
  • Loading branch information
enocom committed Nov 22, 2023
1 parent 73c556a commit 0d23018
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,16 +284,16 @@ Waiting for Startup
Sometimes it is necessary to wait for the Proxy to start.
To help ensure the Proxy is up and ready, the Proxy includes adds a wait
To help ensure the Proxy is up and ready, the Proxy includes a wait
subcommand with an optional --max flag to set the maximum time to wait.
By default when invoking this command:
Invoke the wait command, like this:
./cloud-sql-proxy wait
The Proxy will wait up to the maximum time for the /startup endpoint to
respond. This command requires that the Proxy be started in another
process with the HTTP health check enabled. If an alternate health
By default, the Proxy will wait up to the maximum time for the startup
endpoint to respond. The wait command requires that the Proxy be started in
another process with the HTTP health check enabled. If an alternate health
check port or address is used, as in:
./cloud-sql-proxy <INSTANCE_CONNECTION_NAME> \
Expand Down

0 comments on commit 0d23018

Please sign in to comment.