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