diff options
-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 fe96e3e1de9..daa725246c9 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"); + " if set to a number, overrides the default two second \\watch interval\n"); HELP0("\nDisplay settings:\n"); HELP0("Usage:\n"); |