From: Bruce Momjian Date: Tue, 6 Jan 2009 17:18:11 +0000 (+0000) Subject: Update pg_restore --help text to match the SGML documentation. X-Git-Tag: recoveryinfrav9~115 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=2323f81c32df52387f9884e1952f1256d35d863c;p=users%2Fsimon%2Fpostgres.git Update pg_restore --help text to match the SGML documentation. --- diff --git a/src/bin/pg_dump/pg_restore.c b/src/bin/pg_dump/pg_restore.c index 88d64ae905..421d8fd966 100644 --- a/src/bin/pg_dump/pg_restore.c +++ b/src/bin/pg_dump/pg_restore.c @@ -391,7 +391,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, --clean clean (drop) database objects before recreating\n")); printf(_(" -C, --create create the target database\n")); printf(_(" -I, --index=NAME restore named index\n")); printf(_(" -L, --use-list=FILENAME use specified table of contents for ordering\n"