aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/variables.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2017-09-11 11:20:47 -0400
committerPeter Eisentraut <peter_e@gmx.net>2017-09-11 11:20:47 -0400
commitf552d18f3edd178598564d20f09577a623b1e302 (patch)
tree848134f5b12c2fa44e16dd244431dfc48620e834 /src/bin/psql/variables.c
parent5c11717185bc24a2d0a20b38815e182ed99101ce (diff)
downloadpostgresql-f552d18f3edd178598564d20f09577a623b1e302.tar.gz
postgresql-f552d18f3edd178598564d20f09577a623b1e302.zip
Message style fixes
Diffstat (limited to 'src/bin/psql/variables.c')
-rw-r--r--src/bin/psql/variables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/variables.c b/src/bin/psql/variables.c
index 806d39bfbe3..120b25c6966 100644
--- a/src/bin/psql/variables.c
+++ b/src/bin/psql/variables.c
@@ -136,7 +136,7 @@ ParseVariableBool(const char *value, const char *name, bool *result)
{
/* string is not recognized; don't clobber *result */
if (name)
- psql_error("unrecognized value \"%s\" for \"%s\": boolean expected\n",
+ psql_error("unrecognized value \"%s\" for \"%s\": Boolean expected\n",
value, name);
valid = false;
}