Commit 4e6092a2 authored by Bruce Momjian's avatar Bruce Momjian

Improve wording of pg_upgrade logfile option:

  -l, --logfile=FILENAME        log internal activity to file\n\
parent dd295496
...@@ -259,7 +259,7 @@ Options:\n\ ...@@ -259,7 +259,7 @@ Options:\n\
-g, --debug enable debugging\n\ -g, --debug enable debugging\n\
-G, --debugfile=FILENAME output debugging activity to file\n\ -G, --debugfile=FILENAME output debugging activity to file\n\
-k, --link link instead of copying files to new cluster\n\ -k, --link link instead of copying files to new cluster\n\
-l, --logfile=FILENAME log session activity to file\n\ -l, --logfile=FILENAME log internal activity to file\n\
-o, --old-options=OPTIONS old cluster options to pass to the server\n\ -o, --old-options=OPTIONS old cluster options to pass to the server\n\
-O, --new-options=OPTIONS new cluster options to pass to the server\n\ -O, --new-options=OPTIONS new cluster options to pass to the server\n\
-p, --old-port=OLDPORT old cluster port number (default %d)\n\ -p, --old-port=OLDPORT old cluster port number (default %d)\n\
......
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
<varlistentry> <varlistentry>
<term><option>-l</option> <replaceable>log_filename</></term> <term><option>-l</option> <replaceable>log_filename</></term>
<term><option>--logfile=</option><replaceable>log_filename</></term> <term><option>--logfile=</option><replaceable>log_filename</></term>
<listitem><para>log session activity to file</para></listitem> <listitem><para>log internal activity to file</para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
......
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