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 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" );
You can’t perform that action at this time.
0 commit comments