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

Commit7ce09e6

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

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
@@ -247,7 +247,7 @@ slashUsage(unsigned short int pager)
247247
fprintf(output,_(" \\f [STRING] show or set field separator for unaligned query output\n"));
248248
fprintf(output,_(" \\H toggle HTML output mode (currently %s)\n"),
249249
ON(pset.popt.topt.format==PRINT_HTML));
250-
fprintf(output,_(" \\pset [NAME [VALUE]]set table output option\n"
250+
fprintf(output,_(" \\pset [NAME [VALUE]] set table output option\n"
251251
" (NAME := {format|border|expanded|fieldsep|fieldsep_zero|footer|null|\n"
252252
" numericlocale|recordsep|recordsep_zero|tuples_only|title|tableattr|pager|\n"
253253
" unicode_border_linestyle|unicode_column_linestyle|unicode_header_linestyle})\n"));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp