diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2009-11-19 22:05:48 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2009-11-19 22:05:48 +0000 |
commit | 201a45c4fa23c485cf2e14ac9db8064b2c559fdc (patch) | |
tree | c34841c25894dd1e97ffd660d7cc16f9f03b8201 /src | |
parent | b1d55dca917c8595eb89bae5a93c5f81c8b10f81 (diff) | |
download | postgresql-201a45c4fa23c485cf2e14ac9db8064b2c559fdc.tar.gz postgresql-201a45c4fa23c485cf2e14ac9db8064b2c559fdc.zip |
Typo: dump -> restore
fixed in 8.4 and 8.5
Author: Guillaume Lelarge <guillaume@lelarge.info>
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_dump/pg_restore.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_dump/pg_restore.c b/src/bin/pg_dump/pg_restore.c index a07ecbd20be..c5a196c366d 100644 --- a/src/bin/pg_dump/pg_restore.c +++ b/src/bin/pg_dump/pg_restore.c @@ -34,7 +34,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.100 2009/06/11 14:49:07 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.101 2009/11/19 22:05:48 petere Exp $ * *------------------------------------------------------------------------- */ @@ -430,7 +430,7 @@ usage(const char *progname) printf(_(" --no-data-for-failed-tables\n" " do not restore data of tables that could not be\n" " created\n")); - printf(_(" --no-tablespaces do not dump tablespace assignments\n")); + printf(_(" --no-tablespaces do not restore tablespace assignments\n")); printf(_(" --role=ROLENAME do SET ROLE before restore\n")); printf(_(" --use-set-session-authorization\n" " use SET SESSION AUTHORIZATION commands instead of\n" |