Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitec757c2

Browse files
committed
psql: Fix \? output alignment
This was inadvertently changed in commitc64e68f.
1 parent4b9d7cc commitec757c2

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)

[8]ページ先頭

©2009-2025 Movatter.jp