From 1c2d996f30b856b27711ea596839da2dc0f193db Mon Sep 17 00:00:00 2001 From: petere Date: Sat, 11 Apr 2009 14:11:21 +0000 Subject: [PATCH] Message improvement --- src/bin/psql/help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index 389feb07d6..93ff5d0f80 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -175,7 +175,7 @@ slashUsage(unsigned short int pager) fprintf(output, _("Query Buffer\n")); fprintf(output, _(" \\e [FILE] edit the query buffer (or file) with external editor\n")); - fprintf(output, _(" \\ef [FUNCNAME] edit a function definition with external editor\n")); + fprintf(output, _(" \\ef [FUNCNAME] edit function definition with external editor\n")); fprintf(output, _(" \\p show the contents of the query buffer\n")); fprintf(output, _(" \\r reset (clear) the query buffer\n")); #ifdef USE_READLINE -- 2.11.4.GIT