|
3 | 3 | *
|
4 | 4 | * Copyright (c) 2000-2003, PostgreSQL Global Development Group
|
5 | 5 | *
|
6 |
| - * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.80 2003/09/14 22:37:13 petere Exp $ |
| 6 | + * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.81 2003/10/02 06:39:31 petere Exp $ |
7 | 7 | */
|
8 | 8 | #include"postgres_fe.h"
|
9 | 9 | #include"common.h"
|
@@ -234,8 +234,8 @@ slashUsage(unsigned short int pager)
|
234 | 234 | ON(pset.popt.topt.format==PRINT_HTML));
|
235 | 235 | fprintf(output,_(" \\pset NAME [VALUE]\n"
|
236 | 236 | " set table output option\n"
|
237 |
| -" (NAME := {format|border|expanded|fieldsep|null|recordsep|\n" |
238 |
| -" tuples_only|title|tableattr|pager})\n")); |
| 237 | +" (NAME := {format|border|expanded|fieldsep|footer|null|\n" |
| 238 | +"recordsep|tuples_only|title|tableattr|pager})\n")); |
239 | 239 | fprintf(output,_(" \\t show only rows (currently %s)\n"),
|
240 | 240 | ON(pset.popt.topt.tuples_only));
|
241 | 241 | fprintf(output,_(" \\T [STRING] set HTML <table> tag attributes, or unset if none\n"));
|
|