3434 *
3535 *
3636 * IDENTIFICATION
37- *$Header: /cvsroot/pgsql/src/bin/pg_dump/pg_restore.c,v 1.30 2001/11/19 06:06:21 tgl Exp $
37+ *$Header: /cvsroot/pgsql/src/bin/pg_dump/pg_restore.c,v 1.31 2001/11/26 23:10:36 tgl Exp $
3838 *
3939 * Modifications - 28-Jun-2000 - pjw@rhyme.com.au
4040 *
@@ -389,16 +389,16 @@ usage(const char *progname)
389389" -a, --data-only restore only the data, no schema\n"
390390" -c, --clean clean (drop) schema prior to create\n"
391391" -C, --create issue commands to create the database\n"
392- " -d, --dbname=NAMEspecify database name\n"
393- " -f, --file=FILENAMETOC output file name (see -l) \n"
392+ " -d, --dbname=NAMEoutput database name\n"
393+ " -f, --file=FILENAME output file name\n"
394394" -F, --format={c|t} specify backup file format\n"
395395" -h, --host=HOSTNAME server host name\n"
396396" -i, --index=NAME restore named index\n"
397- " -l, --listdump summarized TOC for of the archive\n"
397+ " -l, --listprint summarized TOC of the archive\n"
398398" -L, --use-list=FILENAME use specified table of contents for ordering\n"
399399" output from this file\n"
400400" -N, --orig-order restore in original dump order\n"
401- " -o, --oid-order restore inoid order\n"
401+ " -o, --oid-order restore inOID order\n"
402402" -O, --no-owner do not reconnect to database to match\n"
403403" object owner\n"
404404" -p, --port=PORT server port number\n"
@@ -425,17 +425,17 @@ usage(const char *progname)
425425" -a restore only the data, no schema\n"
426426" -c clean (drop) schema prior to create\n"
427427" -C issue commands to create the database\n"
428- " -d NAMEspecify database name\n"
429- " -f FILENAMETOC output file name (see -l) \n"
428+ " -d NAMEoutput database name\n"
429+ " -f FILENAME output file name\n"
430430" -F {c|t} specify backup file format\n"
431431" -h HOSTNAME server host name\n"
432432" -i NAME restore named index\n"
433- " -ldump summarized TOCfor this file \n"
433+ " -lprint summarized TOCof the archive \n"
434434" -L FILENAME use specified table of contents for ordering\n"
435435" output from this file\n"
436436" -N restore in original dump order\n"
437- " -o restore inoid order\n"
438- " -O do notoutput reconnect to database to match\n"
437+ " -o restore inOID order\n"
438+ " -O do not reconnect to database to match\n"
439439" object owner\n"
440440" -p PORT server port number\n"
441441" -P NAME restore named function\n"