From 7f00f11c0176e051d8981a3f16768dddee972722 Mon Sep 17 00:00:00 2001 From: Bryan Henderson Date: Thu, 26 Dec 1996 20:56:40 +0000 Subject: [PATCH] Fix syntax of \copy in \? display. --- 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 e5fc9895cb..1fceedc249 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.40 1996/12/26 17:52:46 momjian Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.41 1996/12/26 20:56:40 bryanh Exp $ * *------------------------------------------------------------------------- */ @@ -144,7 +144,7 @@ slashUsage(PsqlSettings * ps) fprintf(stderr, " \\a -- toggle field-alignment (currenty %s)\n", on(ps->opt.align)); fprintf(stderr, " \\C [] -- set html3 caption (currently '%s')\n", ps->opt.caption ? ps->opt.caption : ""); fprintf(stderr, " \\connect -- connect to new database (currently '%s')\n", PQdb(ps->db)); - fprintf(stderr, " \\copy -- copy table to/from a file\n"); + fprintf(stderr, " \\copy { to | from
}\n"); fprintf(stderr, " \\d [
] -- list tables in database or columns in
, * for all\n"); fprintf(stderr, " \\e [] -- edit the current query buffer or , \\E execute too\n"); fprintf(stderr, " \\f [] -- change field separater (currently '%s')\n", ps->opt.fieldSep); -- 2.11.0