diff options
Diffstat (limited to 'src/bin/psql/psqlHelp.h')
-rw-r--r-- | src/bin/psql/psqlHelp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h index 57bba445673..0d4bc1c6873 100644 --- a/src/bin/psql/psqlHelp.h +++ b/src/bin/psql/psqlHelp.h @@ -5,7 +5,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: psqlHelp.h,v 1.79 1999/10/27 16:33:45 momjian Exp $ + * $Id: psqlHelp.h,v 1.80 1999/10/29 23:52:22 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -69,7 +69,7 @@ static struct _helpStruct QL_HELP[] = { "copy data to and from a table", "\ \tCOPY [BINARY] table_name [WITH OIDS]\n\ -\tTO|FROM filename|STDIN|STDOUT [USING DELIMITERS 'delim'];"}, +\tTO|FROM filename|STDIN|STDOUT [ [USING] DELIMITERS 'delim'];"}, {"create", "Please be more specific:", "\ |