diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2004-10-22 16:04:35 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2004-10-22 16:04:35 +0000 |
| commit | 77c0204a377d6ba944c7fe5cf0cb1aa8a8515788 (patch) | |
| tree | ca7572c71bec3cb3f9775636f1883e4c948b47ad /src/bin/pg_dump/pg_restore.c | |
| parent | c70b7b7a6ca349dd101aecf4512cd8140e6628ab (diff) | |
| download | postgresql-77c0204a377d6ba944c7fe5cf0cb1aa8a8515788.tar.gz | |
Message styling
Diffstat (limited to 'src/bin/pg_dump/pg_restore.c')
| -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 a0872295de..0180afd9e0 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.64 2004/10/13 14:24:16 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.65 2004/10/22 16:04:35 petere Exp $ * *------------------------------------------------------------------------- */ @@ -372,7 +372,7 @@ usage(const char *progname) printf(_("\nOptions controlling the restore:\n")); printf(_(" -a, --data-only restore only the data, no schema\n")); printf(_(" -c, --clean clean (drop) schema prior to create\n")); - printf(_(" -C, --create process commands to create the database\n")); + printf(_(" -C, --create issue commands to create the database\n")); printf(_(" -I, --index=NAME restore named index\n")); printf(_(" -L, --use-list=FILENAME use specified table of contents for ordering\n" " output from this file\n")); |
