diff options
author | Peter Eisentraut | 2024-05-09 14:35:41 +0000 |
---|---|---|
committer | Peter Eisentraut | 2024-05-09 14:36:51 +0000 |
commit | e2d5508c501a3cfd47df49ce88669bec7df2e426 (patch) | |
tree | 87fab50a21dbb807a59c5a2346aaf2cb6078e8bb | |
parent | 1c4429e703b2caf7fc865c2fc0a94f3557e5b356 (diff) |
psql: Add missing punctuation in help output
-rw-r--r-- | src/bin/psql/help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index 4e79a819d8..6f58a11074 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -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"); |