File tree 1 file changed +2
-2
lines changed
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.16 1996/08/06 00:40:12 julian Exp $
10
+ * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.17 1996/08/10 05:02:53 scrappy Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -133,7 +133,7 @@ slashUsage(PsqlSettings *ps)
133
133
fprintf (stderr ,"\t \\C [<captn>] -- set html3 caption (currently '%s')\n" , ps -> opt .caption ? ps -> opt .caption : "" );
134
134
fprintf (stderr ,"\t \\c <dbname> -- connect to new database (currently '%s')\n" , PQdb (ps -> db ));
135
135
fprintf (stderr ,"\t \\d [<table>] -- list tables in database or columns in <table>,* for all\n" );
136
- fprintf (stderr ,"\t \\e [<fname>] -- edit the current query buffer or <fname>, \E execute too\n" );
136
+ fprintf (stderr ,"\t \\e [<fname>] -- edit the current query buffer or <fname>, \\ E execute too\n" );
137
137
fprintf (stderr ,"\t \\f [<sep>] -- change field separater (currently '%s')\n" , ps -> opt .fieldSep );
138
138
fprintf (stderr ,"\t \\g [<fname>] -- send query to backend [and place results in <fname>]\n" );
139
139
fprintf (stderr ,"\t \\g |<cmd> -- send query to backend and pipe results into <cmd>\n" );
You can’t perform that action at this time.
0 commit comments