|
34 | 34 | *
|
35 | 35 | *
|
36 | 36 | * IDENTIFICATION
|
37 |
| - *$PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.100 2009/06/11 14:49:07 momjian Exp $ |
| 37 | + *$PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.101 2009/11/19 22:05:48 petere Exp $ |
38 | 38 | *
|
39 | 39 | *-------------------------------------------------------------------------
|
40 | 40 | */
|
@@ -430,7 +430,7 @@ usage(const char *progname)
|
430 | 430 | printf(_(" --no-data-for-failed-tables\n"
|
431 | 431 | " do not restore data of tables that could not be\n"
|
432 | 432 | " created\n"));
|
433 |
| -printf(_(" --no-tablespaces do notdump tablespace assignments\n")); |
| 433 | +printf(_(" --no-tablespaces do notrestore tablespace assignments\n")); |
434 | 434 | printf(_(" --role=ROLENAME do SET ROLE before restore\n"));
|
435 | 435 | printf(_(" --use-set-session-authorization\n"
|
436 | 436 | " use SET SESSION AUTHORIZATION commands instead of\n"
|
|