Skip to content

Commit 9c6c0ce

Browse files
committed
Fix another --help typo in pg_restore.
1 parent 263db2e commit 9c6c0ce

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/bin/pg_dump/pg_restore.c

Lines changed: 5 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.35 2002/07/04 03:04:55 momjian Exp $
37+
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_restore.c,v 1.36 2002/07/11 01:57:12 momjian Exp $
3838
*
3939
*-------------------------------------------------------------------------
4040
*/
@@ -384,7 +384,8 @@ usage(const char *progname)
384384
" -f, --file=FILENAME output file name\n"
385385
" -F, --format={c|t} specify backup file format\n"
386386
" -h, --host=HOSTNAME server host name\n"
387-
" -i, --index=NAME restore named index\n"
387+
" -i, --ignore-version proceed even when server version mismatches\n"
388+
" -I, --index=NAME restore named index\n"
388389
" -l, --list print summarized TOC of the archive\n"
389390
" -L, --use-list=FILENAME use specified table of contents for ordering\n"
390391
" output from this file\n"
@@ -422,7 +423,8 @@ usage(const char *progname)
422423
" -f FILENAME output file name\n"
423424
" -F {c|t} specify backup file format\n"
424425
" -h HOSTNAME server host name\n"
425-
" -i NAME restore named index\n"
426+
" -i proceed even when server version mismatches\n"
427+
" -I NAME restore named index\n"
426428
" -l print summarized TOC of the archive\n"
427429
" -L FILENAME use specified table of contents for ordering\n"
428430
" output from this file\n"

0 commit comments

Comments
 (0)