|
7 | 7 | *
|
8 | 8 | *
|
9 | 9 | * IDENTIFICATION
|
10 |
| - * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.189 1999/09/06 23:30:53 tgl Exp $ |
| 10 | + * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.190 1999/10/14 01:28:42 momjian Exp $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
@@ -301,7 +301,7 @@ slashUsage(PsqlSettings *pset)
|
301 | 301 | fprintf(fout," \\t -- toggle table headings and row count (currently %s)\n",on(pset->opt.header));
|
302 | 302 | fprintf(fout," \\T [<html>] -- set html3.0 <table ...> options (currently '%s')\n",pset->opt.tableOpt ?pset->opt.tableOpt :"");
|
303 | 303 | fprintf(fout," \\x -- toggle expanded output (currently %s)\n",on(pset->opt.expanded));
|
304 |
| -fprintf(fout," \\w <fname> --output current buffer to a file\n"); |
| 304 | +fprintf(fout," \\w <fname> --write current buffer to a file\n"); |
305 | 305 | fprintf(fout," \\z -- list current grant/revoke permissions\n");
|
306 | 306 | fprintf(fout," \\! [<cmd>] -- shell escape or command\n");
|
307 | 307 |
|
|