psql: Add missing punctuation in help output
authorPeter Eisentraut <[email protected]>
Thu, 9 May 2024 14:35:41 +0000 (16:35 +0200)
committerPeter Eisentraut <[email protected]>
Thu, 9 May 2024 14:36:51 +0000 (16:36 +0200)
src/bin/psql/help.c

index 4e79a819d87b3ad9b4e44487638a2d5d51ac961c..6f58a110748064a5b12a3dcb0c97a33e2f0a7b0b 100644 (file)
@@ -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");