aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/help.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-04-14 16:23:36 +0000
committerBruce Momjian <bruce@momjian.us>2003-04-14 16:23:36 +0000
commit6bfa2df64ea5e8ceda60c90b06a872182981fe00 (patch)
treed07f271591688967ccc917ec5c7a6ae8633bd1f5 /src/bin/psql/help.c
parent4af1769ae9f4e6dbce82a999cb544258ef0e1f95 (diff)
downloadpostgresql-6bfa2df64ea5e8ceda60c90b06a872182981fe00.tar.gz
postgresql-6bfa2df64ea5e8ceda60c90b06a872182981fe00.zip
Document file name as optional for \o in psql help (\h).
Diffstat (limited to 'src/bin/psql/help.c')
-rw-r--r--src/bin/psql/help.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c
index 1a55640afae..89a6f679d81 100644
--- a/src/bin/psql/help.c
+++ b/src/bin/psql/help.c
@@ -3,7 +3,7 @@
*
* Copyright 2000 by PostgreSQL Global Development Group
*
- * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.71 2003/03/18 22:15:44 petere Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.72 2003/04/14 16:23:36 momjian Exp $
*/
#include "postgres_fe.h"
#include "common.h"
@@ -198,7 +198,7 @@ slashUsage(unsigned short int pager)
fprintf(output, _("Input/Output\n"));
fprintf(output, _(" \\i FILE execute commands from file\n"));
- fprintf(output, _(" \\o FILE send all query results to file or |pipe\n"));
+ fprintf(output, _(" \\o [FILE] send all query results to file or |pipe\n"));
fprintf(output, _("\n"));
fprintf(output, _("Informational\n"));