From 29981d2a3b5072ef5ca2e670a2b871f95d8d2f81 Mon Sep 17 00:00:00 2001 From: Jonathan Hess Date: Fri, 27 Jan 2023 13:36:26 -0700 Subject: [PATCH] fix: minor formatting nits. --- cmd/root.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index a0b423852..e2babda6e 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -173,11 +173,11 @@ Instance Level Configuration 'my-project:us-central1:my-other-server?address=0.0.0.0&port=7000' When necessary, you may specify the full path to a Unix socket. Set the - unix-socket-path query parameter to the absolute path of the unix socket for + unix-socket-path query parameter to the absolute path of the Unix socket for the database instance. The parent directory of the unix-socket-path must exist when the proxy starts or else socket creation will fail. For Postgres instances, the proxy will ensure that the last path element is - '.s.PGSQL.5432' appending it if necessary. For example, + '.s.PGSQL.5432' appending it if necessary. For example, ./cloud-sql-proxy \ 'my-project:us-central1:my-db-server?unix-socket-path=/path/to/socket'