Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7e13743

Browse files
committed
pg_restore option is {c|t}, not {c|f}. Pointed out by someone on IRC.
" -F {c|t} specify backup file format\n"
1 parent 9b77572 commit 7e13743

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bin/pg_dump/pg_restore.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*
3535
*
3636
* IDENTIFICATION
37-
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_restore.c,v 1.25 2001/08/22 20:23:24 petere Exp $
37+
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_restore.c,v 1.26 2001/09/04 03:20:29 momjian Exp $
3838
*
3939
* Modifications - 28-Jun-2000 - pjw@rhyme.com.au
4040
*
@@ -386,7 +386,7 @@ usage(const char *progname)
386386
" -C, --create issue commands to create the database\n"
387387
" -d, --dbname=NAME specify database name\n"
388388
" -f, --file=FILENAME TOC output file name (see -l)\n"
389-
" -F, --format={c|f} specify backup file format\n"
389+
" -F, --format={c|t} specify backup file format\n"
390390
" -h, --host=HOSTNAME server host name\n"
391391
" -i, --index=NAME restore named index\n"
392392
" -l, --list dump summarized TOC for of the archive\n"
@@ -422,7 +422,7 @@ usage(const char *progname)
422422
" -C issue commands to create the database\n"
423423
" -d NAME specify database name\n"
424424
" -f FILENAME TOC output file name (see -l)\n"
425-
" -F {c|f} specify backup file format\n"
425+
" -F {c|t} specify backup file format\n"
426426
" -h HOSTNAME server host name\n"
427427
" -i NAME restore named index\n"
428428
" -l dump summarized TOC for this file\n"

0 commit comments

Comments
 (0)