[PATCH] Minor rewording of WATCH_INTERVAL help message

Kyotaro Horiguchi <horikyota.ntt@gmail.com>

From: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
To:
Date: 2025-03-26T02:58:37Z
Lists: pgsql-hackers
Improve phrasing for better readability of the recently added message.
---
 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 fe96e3e1de9..62edfb121c7 100644
--- a/src/bin/psql/help.c
+++ b/src/bin/psql/help.c
@@ -461,7 +461,7 @@ helpVariables(unsigned short int pager)
 		  "  VERSION_NUM\n"
 		  "    psql's version (in verbose string, short string, or numeric format)\n");
 	HELP0("  WATCH_INTERVAL\n"
-		  "    number of seconds \\watch by default waits between executing the query buffer\n");
+		  "    number of seconds \\watch waits by default between executions of the query buffer\n");
 
 	HELP0("\nDisplay settings:\n");
 	HELP0("Usage:\n");
-- 
2.43.5


----Next_Part(Wed_Mar_26_12_07_32_2025_193)----