diff options
author | Magnus Hagander <magnus@hagander.net> | 2010-03-07 17:02:34 +0000 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2010-03-07 17:02:34 +0000 |
commit | 43d07d63b1970e7f8e1f0cecfd70b2a1a23c72a7 (patch) | |
tree | 0b32bab7921f510fb153f401047a7a8f8d50b494 /src/bin/psql/help.c | |
parent | 153012c7d1cb8e9b4aa766e94a5f7b9875ead470 (diff) | |
download | postgresql-43d07d63b1970e7f8e1f0cecfd70b2a1a23c72a7.tar.gz postgresql-43d07d63b1970e7f8e1f0cecfd70b2a1a23c72a7.zip |
Revert patch for --psqlrc=FILENAME in psql.
Diffstat (limited to 'src/bin/psql/help.c')
-rw-r--r-- | src/bin/psql/help.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index 8d6350fce2d..a591dec792a 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -3,7 +3,7 @@ * * 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 $ + * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.157 2010/03/07 17:02:34 mha Exp $ */ #include "postgres_fe.h" @@ -99,7 +99,6 @@ usage(void) 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")); |