From e2d5508c501a3cfd47df49ce88669bec7df2e426 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 9 May 2024 16:35:41 +0200 Subject: [PATCH] psql: Add missing punctuation in help output --- src/bin/psql/help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.30.2