*** pgsql/src/bin/psql/help.c 2010/03/06 15:28:09 1.156 --- pgsql/src/bin/psql/help.c 2010/03/07 17:02:34 1.157 *************** *** 3,9 **** * * Copyright (c) 2000-2010, PostgreSQL Global Development Group * ! * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.155 2010/01/02 16:57:59 momjian Exp $ */ #include "postgres_fe.h" --- 3,9 ---- * * Copyright (c) 2000-2010, PostgreSQL Global Development Group * ! * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.156 2010/03/06 15:28:09 mha Exp $ */ #include "postgres_fe.h" *************** usage(void) *** 99,105 **** printf(_(" -v, --set=, --variable=NAME=VALUE\n" " set psql variable NAME to VALUE\n")); printf(_(" -X, --no-psqlrc do not read startup file (~/.psqlrc)\n")); - printf(_(" --psqlrc=FILENAME read startup commands from file (instead of ~/.psqlrc)\n")); printf(_(" -1 (\"one\"), --single-transaction\n" " execute command file as a single transaction\n")); printf(_(" --help show this help, then exit\n")); --- 99,104 ----