mirror of
https://github.com/postgres/postgres.git
synced 2025-06-04 00:02:37 -04:00
psql: Add missing punctuation in help output
This commit is contained in:
parent
1c4429e703
commit
e2d5508c50
@ -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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user