Skip to content

Commit ec757c2

Browse files
committed
psql: Fix \? output alignment
This was inadvertently changed in commit c64e68f.
1 parent 4b9d7cc commit ec757c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/psql/help.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ slashUsage(unsigned short int pager)
232232
fprintf(output, _(" \\f [STRING] show or set field separator for unaligned query output\n"));
233233
fprintf(output, _(" \\H toggle HTML output mode (currently %s)\n"),
234234
ON(pset.popt.topt.format == PRINT_HTML));
235-
fprintf(output, _(" \\pset [NAME [VALUE]] set table output option\n"
235+
fprintf(output, _(" \\pset [NAME [VALUE]] set table output option\n"
236236
" (NAME := {format|border|expanded|fieldsep|fieldsep_zero|footer|null|\n"
237237
" numericlocale|recordsep|recordsep_zero|tuples_only|title|tableattr|pager})\n"));
238238
fprintf(output, _(" \\t [on|off] show only rows (currently %s)\n"),

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy