aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/command.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2019-09-06 16:12:28 +0200
committerPeter Eisentraut <peter@eisentraut.org>2019-09-06 22:54:02 +0200
commitc5bc7050aff1d1bba6532377fe37b351581661a8 (patch)
treea1d36dce7cecc0e2afabf96d8f91f8ede4a3b130 /src/bin/psql/command.c
parent021da890bcc129a9a1a4d996304cf437553f0937 (diff)
downloadpostgresql-c5bc7050aff1d1bba6532377fe37b351581661a8.tar.gz
postgresql-c5bc7050aff1d1bba6532377fe37b351581661a8.zip
Message style fixes
Diffstat (limited to 'src/bin/psql/command.c')
-rw-r--r--src/bin/psql/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c
index 93953fc8e7d..b981ae81ffa 100644
--- a/src/bin/psql/command.c
+++ b/src/bin/psql/command.c
@@ -3281,7 +3281,7 @@ printGSSInfo(void)
if (!PQgssEncInUse(pset.db))
return; /* no GSSAPI encryption in use */
- printf(_("GSSAPI Encrypted connection\n"));
+ printf(_("GSSAPI-encrypted connection\n"));
}