psql: Add missing punctuation in help output

This commit is contained in:
Peter Eisentraut 2024-05-09 16:35:41 +02:00
parent 1c4429e703
commit e2d5508c50
1 changed files with 1 additions and 1 deletions

View File

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