|
7 | 7 | *
|
8 | 8 | *
|
9 | 9 | * 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 $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
@@ -123,7 +123,7 @@ usage(char *progname)
|
123 | 123 | fprintf(stderr,"\t -d dbName specify database name\n");
|
124 | 124 | fprintf(stderr,"\t -e echo the query sent to the backend\n");
|
125 | 125 | 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"); |
127 | 127 | fprintf(stderr,"\t -h host set database server host\n");
|
128 | 128 | fprintf(stderr,"\t -H turn on html3.0 table output\n");
|
129 | 129 | fprintf(stderr,"\t -l list available databases\n");
|
|