diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2006-10-06 17:14:01 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2006-10-06 17:14:01 +0000 |
| commit | b9b4f10b5b20525d3ee0fec4dc4c8c19bf3a71de (patch) | |
| tree | 9729e2d418e7173814b89300536a6ec8a4a5e63a /src/bin/pg_dump/pg_restore.c | |
| parent | 378c79dc78346ca8b54719ae33f99dc16152e2db (diff) | |
| download | postgresql-b9b4f10b5b20525d3ee0fec4dc4c8c19bf3a71de.tar.gz | |
Message style improvements
Diffstat (limited to 'src/bin/pg_dump/pg_restore.c')
| -rw-r--r-- | src/bin/pg_dump/pg_restore.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/bin/pg_dump/pg_restore.c b/src/bin/pg_dump/pg_restore.c index 1625dc49d1..2bbc86f6c7 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.81 2006/09/27 15:41:23 tgl Exp $ + * $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.82 2006/10/06 17:14:00 petere Exp $ * *------------------------------------------------------------------------- */ @@ -396,9 +396,10 @@ usage(const char *progname) " use SESSION AUTHORIZATION commands instead of\n" " OWNER TO commands\n")); printf(_(" -X no-data-for-failed-tables\n" - " do not restore data of tables which could not be\n" + " do not restore data of tables that could not be\n" " created\n")); - printf(_(" -1, --single-transaction restore as a single transaction\n")); + printf(_(" -1, --single-transaction\n" + " restore as a single transaction\n")); printf(_("\nConnection options:\n")); printf(_(" -h, --host=HOSTNAME database server host or socket directory\n")); |
