Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 86eab8d

Browse files
committed
Message improvement
1 parent 5817673 commit 86eab8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/help.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
55
*
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 $
77
*/
88
#include "postgres_fe.h"
99

@@ -175,7 +175,7 @@ slashUsage(unsigned short int pager)
175175

176176
fprintf(output, _("Query Buffer\n"));
177177
fprintf(output, _(" \\e [FILE] edit the query buffer (or file) with external editor\n"));
178-
fprintf(output, _(" \\ef [FUNCNAME] edit a function definition with external editor\n"));
178+
fprintf(output, _(" \\ef [FUNCNAME] edit function definition with external editor\n"));
179179
fprintf(output, _(" \\p show the contents of the query buffer\n"));
180180
fprintf(output, _(" \\r reset (clear) the query buffer\n"));
181181
#ifdef USE_READLINE

0 commit comments

Comments
 (0)