|
11 | 11 | * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
|
12 | 12 | * Portions Copyright (c) 1994, Regents of the University of California
|
13 | 13 | *
|
14 |
| - * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.71 2010/02/26 02:01:39 momjian Exp $ |
| 14 | + * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.72 2010/06/12 17:21:29 momjian Exp $ |
15 | 15 | *
|
16 | 16 | *-------------------------------------------------------------------------
|
17 | 17 | */
|
@@ -1870,6 +1870,7 @@ help(void)
|
1870 | 1870 | printf(_(" (can be used multiple times to concatenate)\n"));
|
1871 | 1871 | printf(_(" --dlpath=DIR look for dynamic libraries in DIR\n"));
|
1872 | 1872 | printf(_(" --temp-install=DIR create a temporary installation in DIR\n"));
|
| 1873 | +printf(_(" --use-existing use an existing installation\n")); |
1873 | 1874 | printf(_("\n"));
|
1874 | 1875 | printf(_("Options for \"temp-install\" mode:\n"));
|
1875 | 1876 | printf(_(" --no-locale use C locale\n"));
|
|