diff options
author | Bruce Momjian <bruce@momjian.us> | 2010-06-12 17:21:29 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2010-06-12 17:21:29 +0000 |
commit | f904c797d62f1d1231718967734c7997c49a4029 (patch) | |
tree | fad2d5263b71488f7cc638e805778bb4f7b5b730 | |
parent | 4c7d48bffb3765a2b0f1735c9deb319a1091c173 (diff) |
Add missing --use-existing --help mention from regression binary.
Jan Urba?ski
-rw-r--r-- | src/test/regress/pg_regress.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/regress/pg_regress.c b/src/test/regress/pg_regress.c index 8a246ff6caa..477732eee74 100644 --- a/src/test/regress/pg_regress.c +++ b/src/test/regress/pg_regress.c @@ -11,7 +11,7 @@ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.71 2010/02/26 02:01:39 momjian Exp $ + * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.72 2010/06/12 17:21:29 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -1870,6 +1870,7 @@ help(void) printf(_(" (can be used multiple times to concatenate)\n")); printf(_(" --dlpath=DIR look for dynamic libraries in DIR\n")); printf(_(" --temp-install=DIR create a temporary installation in DIR\n")); + printf(_(" --use-existing use an existing installation\n")); printf(_("\n")); printf(_("Options for \"temp-install\" mode:\n")); printf(_(" --no-locale use C locale\n")); |