File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
*
4
4
* Copyright 2000 by PostgreSQL Global Development Group
5
5
*
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 $
7
7
*/
8
8
#include "postgres_fe.h"
9
9
#include "common.h"
@@ -198,7 +198,7 @@ slashUsage(unsigned short int pager)
198
198
199
199
fprintf (output , _ ("Input/Output\n" ));
200
200
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" ));
202
202
fprintf (output , _ ("\n" ));
203
203
204
204
fprintf (output , _ ("Informational\n" ));
You can’t perform that action at this time.
0 commit comments