]> granicus.if.org Git - postgresql/commitdiff
Message improvement
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 11 Apr 2009 14:11:21 +0000 (14:11 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 11 Apr 2009 14:11:21 +0000 (14:11 +0000)
src/bin/psql/help.c

index 521545407208b84992d5b52993b5d12c64bcd164..a0ca95c3b730bcf27d62b66f8beb43046af5ea91 100644 (file)
@@ -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 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