8000 psql: Add missing punctuation in help output · postgres/postgres@e2d5508 · GitHub
[go: up one dir, main page]

Skip to content

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

Appearance settings

Commit e2d5508

Browse files
committed
psql: Add missing punctuation in help output
1 parent 1c4429e commit e2d5508

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
@@ -176,7 +176,7 @@ slashUsage(unsigned short int pager)
176176
HELP0(" \\gx [(OPTIONS)] [FILE] as \\g, but forces expanded output mode\n");
177177
HELP0(" \\q quit psql\n");
178178
HELP0(" \\watch [[i=]SEC] [c=N] [m=MIN]\n"
179-
" execute query every SEC seconds, up to N times\n"
179+
" execute query every SEC seconds, up to N times,\n"
180180
" stop if less than MIN rows are returned\n");
181181
HELP0("\n");
182182

0 commit comments

Comments
 (0)
0