diff options
Diffstat (limited to 'src/bin/psql/help.c')
-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 */ |