Skip to content

Commit

Permalink
chore: update flag description (#2364)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon authored Jan 15, 2025
1 parent 2a2649c commit 54b2934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ the Proxy will then pick-up automatically.`)
localFlags.StringVar(&c.conf.APIEndpointURL, "sqladmin-api-endpoint", "",
"API endpoint for all Cloud SQL Admin API requests. (default: https://sqladmin.googleapis.com)")
localFlags.StringVar(&c.conf.UniverseDomain, "universe-domain", "",
"Universe Domain for TPC environments. (default: googleapis.com)")
"Universe Domain for non-GDU environments. (default: googleapis.com)")
localFlags.StringVar(&c.conf.QuotaProject, "quota-project", "",
`Specifies the project to use for Cloud SQL Admin API quota tracking.
The IAM principal must have the "serviceusage.services.use" permission
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/cloud-sql-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ cloud-sql-proxy INSTANCE_CONNECTION_NAME... [flags]
--telemetry-project string Enable Cloud Monitoring and Cloud Trace with the provided project ID.
--telemetry-sample-rate int Set the Cloud Trace sample rate. A smaller number means more traces. (default 10000)
-t, --token string Use bearer token as a source of IAM credentials.
--universe-domain string Universe Domain for TPC environments. (default: googleapis.com)
--universe-domain string Universe Domain for non-GDU environments. (default: googleapis.com)
-u, --unix-socket string (*) Enables Unix sockets for all listeners with the provided directory.
--user-agent string Space separated list of additional user agents, e.g. cloud-sql-proxy-operator/0.0.1
-v, --version Print the cloud-sql-proxy version
Expand Down

0 comments on commit 54b2934

Please sign in to comment.