From: Peter Eisentraut Date: Thu, 9 May 2024 14:35:41 +0000 (+0200) Subject: psql: Add missing punctuation in help output X-Git-Tag: REL_17_BETA1~83 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=e2d5508c501a3cfd47df49ce88669bec7df2e426;p=postgresql.git psql: Add missing punctuation in help output --- diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index 4e79a819d87..6f58a110748 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");