diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2009-04-11 14:11:21 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2009-04-11 14:11:21 +0000 |
commit | 86eab8dae00ec5d2cd56140451a5c94232e9a9bd (patch) | |
tree | ccb965cacd863af6850f8acd5c82cda0143ce8e9 /src/bin/psql/help.c | |
parent | 58176734489216916751e30bd11f365bcc01251d (diff) | |
download | postgresql-86eab8dae00ec5d2cd56140451a5c94232e9a9bd.tar.gz postgresql-86eab8dae00ec5d2cd56140451a5c94232e9a9bd.zip |
Message improvement
Diffstat (limited to 'src/bin/psql/help.c')
-rw-r--r-- | src/bin/psql/help.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index 52154540720..a0ca95c3b73 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2009, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.145 2009/04/03 23:38:19 tgl Exp $ + * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.146 2009/04/11 14:11:21 petere Exp $ */ #include "postgres_fe.h" @@ -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 |