|
3 | 3 | * |
4 | 4 | * Copyright (c) 2000-2003, PostgreSQL Global Development Group |
5 | 5 | * |
6 | | - * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.84 2003/12/01 22:34:48 momjian Exp $ |
| 6 | + * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.85 2004/01/09 21:15:51 momjian Exp $ |
7 | 7 | */ |
8 | 8 | #include"postgres_fe.h" |
9 | 9 | #include"common.h" |
@@ -195,7 +195,7 @@ slashUsage(unsigned short int pager) |
195 | 195 | fprintf(output,_(" \\p show the contents of the query buffer\n")); |
196 | 196 | fprintf(output,_(" \\r reset (clear) the query buffer\n")); |
197 | 197 | fprintf(output,_(" \\s [FILE] display history or save it to file\n")); |
198 | | -fprintf(output,_(" \\w[FILE] write query buffer to file\n")); |
| 198 | +fprintf(output,_(" \\w FILE write query buffer to file\n")); |
199 | 199 | fprintf(output,"\n"); |
200 | 200 |
|
201 | 201 | fprintf(output,_("Input/Output\n")); |
|