pg_restore option is {c|t}, not {c|f}. Pointed out by someone on IRC.
authorBruce Momjian <bruce@momjian.us>
Tue, 4 Sep 2001 03:20:29 +0000 (03:20 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 4 Sep 2001 03:20:29 +0000 (03:20 +0000)
        "  -F {c|t}                 specify backup file format\n"

src/bin/pg_dump/pg_restore.c

index 0bff04903cb0e9fc6f4239159bd57ab475c5031f..94571db53b4c9bf0215f9da118d53c74eb637d06 100644 (file)
@@ -34,7 +34,7 @@
  *
  *
  * 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
  *
@@ -386,7 +386,7 @@ usage(const char *progname)
                "  -C, --create             issue commands to create the database\n"
                "  -d, --dbname=NAME        specify database name\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"
                "  -i, --index=NAME         restore named index\n"
                "  -l, --list               dump summarized TOC for of the archive\n"
@@ -422,7 +422,7 @@ usage(const char *progname)
                "  -C                       issue commands to create the database\n"
                "  -d NAME                  specify database name\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"
                "  -i NAME                  restore named index\n"
                "  -l                       dump summarized TOC for this file\n"