aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/command.c
diff options
context:
space:
mode:
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 161de75b0ac..741a72d9254 100644
--- a/src/bin/psql/command.c
+++ b/src/bin/psql/command.c
@@ -2509,7 +2509,7 @@ printPsetInfo(const char *param, struct printQueryOpt *popt)
if (popt->topt.default_footer)
printf(_("Default footer (%s) is on.\n"), param);
else
- printf(_("Default footer (%s) is off."), param);
+ printf(_("Default footer (%s) is off.\n"), param);
}
/* show format */