From e3721b1438b728d1f114726c855f6ed7a8e09aa6 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 25 Mar 2009 13:15:55 +0000 Subject: [PATCH] Update line count for \? output (obtained from wc -l) --- 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 0c3ca447fc..42a268322b 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -162,7 +162,7 @@ slashUsage(unsigned short int pager) { FILE *output; - output = PageOutput(78, pager); + output = PageOutput(85, pager); /* if you add/remove a line here, change the row count above */ -- 2.39.5