Commit 7e137432 authored by Bruce Momjian's avatar Bruce Momjian

pg_restore option is {c|t}, not {c|f}. Pointed out by someone on IRC.

        "  -F {c|t}                 specify backup file format\n"
parent 9b775726
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_restore.c,v 1.25 2001/08/22 20:23:24 petere Exp $ * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_restore.c,v 1.26 2001/09/04 03:20:29 momjian Exp $
* *
* Modifications - 28-Jun-2000 - pjw@rhyme.com.au * Modifications - 28-Jun-2000 - pjw@rhyme.com.au
* *
...@@ -386,7 +386,7 @@ usage(const char *progname) ...@@ -386,7 +386,7 @@ usage(const char *progname)
" -C, --create issue commands to create the database\n" " -C, --create issue commands to create the database\n"
" -d, --dbname=NAME specify database name\n" " -d, --dbname=NAME specify database name\n"
" -f, --file=FILENAME TOC output file name (see -l)\n" " -f, --file=FILENAME TOC output file name (see -l)\n"
" -F, --format={c|f} specify backup file format\n" " -F, --format={c|t} specify backup file format\n"
" -h, --host=HOSTNAME server host name\n" " -h, --host=HOSTNAME server host name\n"
" -i, --index=NAME restore named index\n" " -i, --index=NAME restore named index\n"
" -l, --list dump summarized TOC for of the archive\n" " -l, --list dump summarized TOC for of the archive\n"
...@@ -422,7 +422,7 @@ usage(const char *progname) ...@@ -422,7 +422,7 @@ usage(const char *progname)
" -C issue commands to create the database\n" " -C issue commands to create the database\n"
" -d NAME specify database name\n" " -d NAME specify database name\n"
" -f FILENAME TOC output file name (see -l)\n" " -f FILENAME TOC output file name (see -l)\n"
" -F {c|f} specify backup file format\n" " -F {c|t} specify backup file format\n"
" -h HOSTNAME server host name\n" " -h HOSTNAME server host name\n"
" -i NAME restore named index\n" " -i NAME restore named index\n"
" -l dump summarized TOC for this file\n" " -l dump summarized TOC for this file\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment