From 1508feb28360c20074bd77a8ea69c0cfff10bd78 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Sat, 10 Aug 1996 05:02:53 +0000 Subject: [PATCH] Another small patch fix... Submitted by: Bruce Momjian --- src/bin/psql/psql.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/psql/psql.c b/src/bin/psql/psql.c index 6ab76ecebc..8cb1ba68df 100644 --- a/src/bin/psql/psql.c +++ b/src/bin/psql/psql.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.16 1996/08/06 00:40:12 julian Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.17 1996/08/10 05:02:53 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -133,7 +133,7 @@ slashUsage(PsqlSettings *ps) fprintf(stderr,"\t \\C [] -- set html3 caption (currently '%s')\n", ps->opt.caption? ps->opt.caption: ""); fprintf(stderr,"\t \\c -- connect to new database (currently '%s')\n", PQdb(ps->db)); fprintf(stderr,"\t \\d [] -- list tables in database or columns in
,* for all\n"); - fprintf(stderr,"\t \\e [] -- edit the current query buffer or , \E execute too\n"); + fprintf(stderr,"\t \\e [] -- edit the current query buffer or , \\E execute too\n"); fprintf(stderr,"\t \\f [] -- change field separater (currently '%s')\n", ps->opt.fieldSep); fprintf(stderr,"\t \\g [] -- send query to backend [and place results in ]\n"); fprintf(stderr,"\t \\g | -- send query to backend and pipe results into \n");