diff options
Diffstat (limited to 'src/bin/psql/help.c')
-rw-r--r-- | src/bin/psql/help.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index eff0ea53b69..4a37c3414ca 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -124,9 +124,9 @@ usage(void) printf(_(" -T, --table-attr=TEXT set HTML table tag attributes (e.g., width, border)\n")); printf(_(" -x, --expanded turn on expanded table output\n")); printf(_(" -z, --field-separator-zero\n" - " set field separator to zero byte\n")); + " set field separator to zero byte\n")); printf(_(" -0, --record-separator-zero\n" - " set record separator to zero byte\n")); + " set record separator to zero byte\n")); printf(_("\nConnection options:\n")); /* Display default host */ @@ -247,7 +247,7 @@ slashUsage(unsigned short int pager) ON(pset.popt.topt.tuples_only)); fprintf(output, _(" \\T [STRING] set HTML <table> tag attributes, or unset if none\n")); fprintf(output, _(" \\x [on|off|auto] toggle expanded output (currently %s)\n"), - pset.popt.topt.expanded == 2 ? "auto" : ON(pset.popt.topt.expanded)); + pset.popt.topt.expanded == 2 ? "auto" : ON(pset.popt.topt.expanded)); fprintf(output, "\n"); fprintf(output, _("Connection\n")); |