diff options
Diffstat (limited to 'src/bin/psql/help.c')
-rw-r--r-- | src/bin/psql/help.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index e47cad24de9..fe96e3e1de9 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -460,6 +460,8 @@ helpVariables(unsigned short int pager) " VERSION_NAME\n" " 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"); HELP0("\nDisplay settings:\n"); HELP0("Usage:\n"); |