aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/command.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-05-15 14:49:11 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-05-15 14:49:11 +0300
commitff810b4928882bfdc4ebe1ce603c47830aba3132 (patch)
tree2dd50e138f5b41b7c6aa2202f24a1682b8e1cfcf /src/bin/psql/command.c
parenta82a17475d8a8a91df5fd1448b0f93772f590ecd (diff)
downloadpostgresql-ff810b4928882bfdc4ebe1ce603c47830aba3132.tar.gz
postgresql-ff810b4928882bfdc4ebe1ce603c47830aba3132.zip
Misc message style and doc fixes.
Euler Taveira
Diffstat (limited to 'src/bin/psql/command.c')
-rw-r--r--src/bin/psql/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c
index e49cf445b37..cede72a5d6c 100644
--- a/src/bin/psql/command.c
+++ b/src/bin/psql/command.c
@@ -2552,7 +2552,7 @@ printPsetInfo(const char *param, struct printQueryOpt *popt)
else if (popt->topt.pager == 2)
printf(_("Pager (%s) is always used.\n"), param);
else
- printf(_("Pager (%s) usage is off.\n"), param);
+ printf(_("Pager usage (%s) is off.\n"), param);
}
/* show record separator for unaligned text */
@@ -2576,7 +2576,7 @@ printPsetInfo(const char *param, struct printQueryOpt *popt)
else if (strcmp(param, "T") == 0 || strcmp(param, "tableattr") == 0)
{
if (popt->topt.tableAttr)
- printf(_("Table attribute (%s) is \"%s\".\n"), param,
+ printf(_("Table attributes (%s) are \"%s\".\n"), param,
popt->topt.tableAttr);
else
printf(_("Table attributes (%s) unset.\n"), param);