Skip to content

Commit

Permalink
chore: update command description
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Jan 15, 2025
1 parent 2a2649c commit 82e1147
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 82e1147

Please sign in to comment.