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

Commit 9a9d9e8

Browse files
committed
Fix confusion about -f switch: it's output not input.
1 parent 89b1d25 commit 9a9d9e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/ref/pg_restore.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.19 2001/11/19 03:58:25 tgl Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.20 2001/11/26 23:09:21 tgl Exp $ -->
22

33
<refentry id="APP-PGRESTORE">
44
<docinfo>
@@ -28,7 +28,7 @@
2828
<arg> -c </arg>
2929
<arg> -C </arg>
3030
<arg> -d <replaceable class="parameter">dbname</replaceable> </arg>
31-
<arg> -f <replaceable class="parameter">archive-file</replaceable> </arg>
31+
<arg> -f <replaceable class="parameter">output-file</replaceable> </arg>
3232
<arg> -F <replaceable class="parameter">format</replaceable> </arg>
3333
<arg> -i <replaceable class="parameter">index</replaceable> </arg>
3434
<arg> -l </arg>
@@ -111,7 +111,7 @@
111111
<listitem>
112112
<para>
113113
Specifies the location of the archive file to be restored.
114-
If not specified, and no <option>-f</option> option is specified, then the standard input is used.
114+
If not specified, the standard input is used.
115115
</para>
116116
</listitem>
117117
</varlistentry>

0 commit comments

Comments
 (0)