Skip to content

Commit 54b2934

Browse files
chore: update flag description (#2364)
1 parent 2a2649c commit 54b2934

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ the Proxy will then pick-up automatically.`)
499499
localFlags.StringVar(&c.conf.APIEndpointURL, "sqladmin-api-endpoint", "",
500500
"API endpoint for all Cloud SQL Admin API requests. (default: https://sqladmin.googleapis.com)")
501501
localFlags.StringVar(&c.conf.UniverseDomain, "universe-domain", "",
502-
"Universe Domain for TPC environments. (default: googleapis.com)")
502+
"Universe Domain for non-GDU environments. (default: googleapis.com)")
503503
localFlags.StringVar(&c.conf.QuotaProject, "quota-project", "",
504504
`Specifies the project to use for Cloud SQL Admin API quota tracking.
505505
The IAM principal must have the "serviceusage.services.use" permission

docs/cmd/cloud-sql-proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ cloud-sql-proxy INSTANCE_CONNECTION_NAME... [flags]
286286
--telemetry-project string Enable Cloud Monitoring and Cloud Trace with the provided project ID.
287287
--telemetry-sample-rate int Set the Cloud Trace sample rate. A smaller number means more traces. (default 10000)
288288
-t, --token string Use bearer token as a source of IAM credentials.
289-
--universe-domain string Universe Domain for TPC environments. (default: googleapis.com)
289+
--universe-domain string Universe Domain for non-GDU environments. (default: googleapis.com)
290290
-u, --unix-socket string (*) Enables Unix sockets for all listeners with the provided directory.
291291
--user-agent string Space separated list of additional user agents, e.g. cloud-sql-proxy-operator/0.0.1
292292
-v, --version Print the cloud-sql-proxy version

0 commit comments

Comments
 (0)