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 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"); |