We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4429e commit e2d5508Copy full SHA for e2d5508
src/bin/psql/help.c
@@ -176,7 +176,7 @@ slashUsage(unsigned short int pager)
176
HELP0(" \\gx [(OPTIONS)] [FILE] as \\g, but forces expanded output mode\n");
177
HELP0(" \\q quit psql\n");
178
HELP0(" \\watch [[i=]SEC] [c=N] [m=MIN]\n"
179
- " execute query every SEC seconds, up to N times\n"
+ " execute query every SEC seconds, up to N times,\n"
180
" stop if less than MIN rows are returned\n");
181
HELP0("\n");
182
0 commit comments