mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
Improve wording of pg_upgrade logfile option:
-l, --logfile=FILENAME log internal activity to file\n\
This commit is contained in:
parent
dd2954963b
commit
4e6092a227
@ -259,7 +259,7 @@ Options:\n\
|
||||
-g, --debug enable debugging\n\
|
||||
-G, --debugfile=FILENAME output debugging activity to file\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, --new-options=OPTIONS new cluster options to pass to the server\n\
|
||||
-p, --old-port=OLDPORT old cluster port number (default %d)\n\
|
||||
|
@ -111,7 +111,7 @@
|
||||
<varlistentry>
|
||||
<term><option>-l</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>
|
||||
|
Loading…
Reference in New Issue
Block a user