projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e34ac92
)
Message improvement
author
Peter Eisentraut
<peter_e@gmx.net>
Sat, 11 Apr 2009 14:11:21 +0000
(14:11 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Sat, 11 Apr 2009 14:11:21 +0000
(14:11 +0000)
src/bin/psql/help.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/psql/help.c
b/src/bin/psql/help.c
index 389feb07d67692333a8772109dce0d32a8c58bce..93ff5d0f80e6ccb07dbd201a214e120a1a17b191 100644
(file)
--- 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