|
5 | 5 | * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group |
6 | 6 | * Portions Copyright (c) 1994, Regents of the University of California |
7 | 7 | * |
8 | | - * $PostgreSQL: pgsql/src/bin/scripts/vacuumdb.c,v 1.36 2010/02/2602:01:20 momjian Exp $ |
| 8 | + * $PostgreSQL: pgsql/src/bin/scripts/vacuumdb.c,v 1.37 2010/02/2604:14:36 momjian Exp $ |
9 | 9 | * |
10 | 10 | *------------------------------------------------------------------------- |
11 | 11 | */ |
@@ -336,8 +336,8 @@ help(const char *progname) |
336 | 336 | printf(_(" -q, --quiet don't write any messages\n")); |
337 | 337 | printf(_(" -t, --table='TABLE[(COLUMNS)]' vacuum specific table only\n")); |
338 | 338 | printf(_(" -v, --verbose write a lot of output\n")); |
339 | | -printf(_(" -z, --analyze update optimizerhints\n")); |
340 | | -printf(_(" -Z, --analyze-only only update optimizerhints\n")); |
| 339 | +printf(_(" -z, --analyze update optimizerstatistics\n")); |
| 340 | +printf(_(" -Z, --analyze-only only update optimizerstatistics\n")); |
341 | 341 | printf(_(" --help show this help, then exit\n")); |
342 | 342 | printf(_(" --version output version information, then exit\n")); |
343 | 343 | printf(_("\nConnection options:\n")); |
|