summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2009-04-11 14:11:21 +0000
committerPeter Eisentraut2009-04-11 14:11:21 +0000
commit417f8ae1ef819d6f9c0d5d8be04d7e6e71e41b56 (patch)
treebb7b0a154117e18a3b0403c24632714320564cb4
parente34ac92fc6c9175a6987484530ef61c0a40daf6b (diff)
Message improvement
-rw-r--r--src/bin/psql/help.c2
1 files changed, 1 insertions, 1 deletions
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