|
3 | 3 | *
|
4 | 4 | * Copyright (c) 2000-2009, PostgreSQL Global Development Group
|
5 | 5 | *
|
6 |
| - * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.145 2009/04/03 23:38:19 tgl Exp $ |
| 6 | + * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.146 2009/04/11 14:11:21 petere Exp $ |
7 | 7 | */
|
8 | 8 | #include"postgres_fe.h"
|
9 | 9 |
|
@@ -175,7 +175,7 @@ slashUsage(unsigned short int pager)
|
175 | 175 |
|
176 | 176 | fprintf(output,_("Query Buffer\n"));
|
177 | 177 | fprintf(output,_(" \\e [FILE] edit the query buffer (or file) with external editor\n"));
|
178 |
| -fprintf(output,_(" \\ef [FUNCNAME] editafunction definition with external editor\n")); |
| 178 | +fprintf(output,_(" \\ef [FUNCNAME] edit function definition with external editor\n")); |
179 | 179 | fprintf(output,_(" \\p show the contents of the query buffer\n"));
|
180 | 180 | fprintf(output,_(" \\r reset (clear) the query buffer\n"));
|
181 | 181 | #ifdefUSE_READLINE
|
|