diff options
author | Peter Eisentraut | 2009-03-25 13:15:55 +0000 |
---|---|---|
committer | Peter Eisentraut | 2009-03-25 13:15:55 +0000 |
commit | e3721b1438b728d1f114726c855f6ed7a8e09aa6 (patch) | |
tree | 95531a517e0160698bd82a9cf9402b15c799464c | |
parent | 30e57c44fd9462f8c5322eff621aad5940e4ee5d (diff) |
Update line count for \? output (obtained from wc -l)
-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 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 */ |