|
34 | 34 | * |
35 | 35 | * |
36 | 36 | * IDENTIFICATION |
37 | | - *$PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.90 2009/01/05 16:54:37 tgl Exp $ |
| 37 | + *$PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.91 2009/01/06 17:18:11 momjian Exp $ |
38 | 38 | * |
39 | 39 | *------------------------------------------------------------------------- |
40 | 40 | */ |
@@ -391,7 +391,7 @@ usage(const char *progname) |
391 | 391 |
|
392 | 392 | printf(_("\nOptions controlling the restore:\n")); |
393 | 393 | printf(_(" -a, --data-only restore only the data, no schema\n")); |
394 | | -printf(_(" -c, --clean clean (drop)schema prior to create\n")); |
| 394 | +printf(_(" -c, --clean clean (drop)database objects before recreating\n")); |
395 | 395 | printf(_(" -C, --create create the target database\n")); |
396 | 396 | printf(_(" -I, --index=NAME restore named index\n")); |
397 | 397 | printf(_(" -L, --use-list=FILENAME use specified table of contents for ordering\n" |
|