Skip to content

Commit 6bfa2df

Browse files
committed
Document file name as optional for \o in psql help (\h).
1 parent 4af1769 commit 6bfa2df

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 2000 by PostgreSQL Global Development Group
55
*
6-
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.71 2003/03/18 22:15:44 petere Exp $
6+
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.72 2003/04/14 16:23:36 momjian Exp $
77
*/
88
#include "postgres_fe.h"
99
#include "common.h"
@@ -198,7 +198,7 @@ slashUsage(unsigned short int pager)
198198

199199
fprintf(output, _("Input/Output\n"));
200200
fprintf(output, _(" \\i FILE execute commands from file\n"));
201-
fprintf(output, _(" \\o FILE send all query results to file or |pipe\n"));
201+
fprintf(output, _(" \\o [FILE] send all query results to file or |pipe\n"));
202202
fprintf(output, _("\n"));
203203

204204
fprintf(output, _("Informational\n"));

0 commit comments

Comments
 (0)