Skip to content

Commit a67fd49

Browse files
committed
Fix psql error output.
1 parent f5f18af commit a67fd49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/psql.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.78 1997/07/24 20:01:33 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.79 1997/08/01 03:33:02 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -123,7 +123,7 @@ usage(char *progname)
123123
fprintf(stderr, "\t -d dbName specify database name\n");
124124
fprintf(stderr, "\t -e echo the query sent to the backend\n");
125125
fprintf(stderr, "\t -f filename use file as a source of queries\n");
126-
fprintf(stderr, "\t -F sep set the field separator (default is " ")\n");
126+
fprintf(stderr, "\t -F sep set the field separator (default is "|")\n");
127127
fprintf(stderr, "\t -h host set database server host\n");
128128
fprintf(stderr, "\t -H turn on html3.0 table output\n");
129129
fprintf(stderr, "\t -l list available databases\n");

0 commit comments

Comments
 (0)