aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bin/psql/psqlHelp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h
index b72a3f1675d..2937187712f 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.18 1997/06/03 06:19:11 vadim Exp $
+ * $Id: psqlHelp.h,v 1.19 1997/06/12 16:43:08 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -130,7 +130,7 @@ static struct _helpStruct QL_HELP[] = {
"end [transaction];"},
{ "explain",
"explain the query execution plan",
- "explain [with {cost|plan|full}] <query>"},
+ "explain [verbose] <query>"},
{ "fetch",
"retrieve tuples from a cursor",
"fetch [forward|backward] [<number>|all] [in <cursorname>];"},