|
6 | 6 | * Portions Copyright (c) 1994, Regents of the University of California |
7 | 7 | * |
8 | 8 | * |
9 | | - * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.111 2009/01/05 16:54:37 tgl Exp $ |
| 9 | + * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.112 2009/01/06 18:01:57 momjian Exp $ |
10 | 10 | * |
11 | 11 | *------------------------------------------------------------------------- |
12 | 12 | */ |
@@ -500,7 +500,7 @@ help(void) |
500 | 500 | " fail after waiting TIMEOUT for a table lock\n")); |
501 | 501 | printf(_("\nOptions controlling the output content:\n")); |
502 | 502 | printf(_(" -a, --data-only dump only the data, not the schema\n")); |
503 | | -printf(_(" -c, --clean clean (drop) databasesprior to create\n")); |
| 503 | +printf(_(" -c, --clean clean (drop) databasesbefore recreating\n")); |
504 | 504 | printf(_(" -d, --inserts dump data as INSERT, rather than COPY, commands\n")); |
505 | 505 | printf(_(" -D, --column-inserts dump data as INSERT commands with column names\n")); |
506 | 506 | printf(_(" -g, --globals-only dump only global objects, no databases\n")); |
|