|
3 | 3 | *
|
4 | 4 | * Copyright (c) 2000-2009, PostgreSQL Global Development Group
|
5 | 5 | *
|
6 |
| - * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.141 2009/02/27 09:58:09 petere Exp $ |
| 6 | + * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.142 2009/03/24 12:57:31 petere Exp $ |
7 | 7 | */
|
8 | 8 | #include"postgres_fe.h"
|
9 | 9 |
|
@@ -93,7 +93,7 @@ usage(void)
|
93 | 93 | if (!env)
|
94 | 94 | env=user;
|
95 | 95 | printf(_(" -c, --command=COMMAND run only single command (SQL or internal) and exit\n"));
|
96 |
| -printf(_(" -d, --dbnme=DBNAME database name to connect to (default: \"%s\")\n"),env); |
| 96 | +printf(_(" -d, --dbname=DBNAME database name to connect to (default: \"%s\")\n"),env); |
97 | 97 | printf(_(" -f, --file=FILENAME execute commands from file, then exit\n"));
|
98 | 98 | printf(_(" -l, --list list available databases, then exit\n"));
|
99 | 99 | printf(_(" -v, --set=, --variable=NAME=VALUE\n"
|
|