diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-02-22 18:40:19 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-02-22 18:40:32 -0500 |
commit | 4e6092a2277e50f15d24292ac98ebca8133c881b (patch) | |
tree | 8899623549de156a8e6561ca857d9547e2a7f571 | |
parent | dd2954963b4da9f6e8ea759f19ca5eb0cf79010f (diff) | |
download | postgresql-4e6092a2277e50f15d24292ac98ebca8133c881b.tar.gz postgresql-4e6092a2277e50f15d24292ac98ebca8133c881b.zip |
Improve wording of pg_upgrade logfile option:
-l, --logfile=FILENAME log internal activity to file\n\
-rw-r--r-- | contrib/pg_upgrade/option.c | 2 | ||||
-rw-r--r-- | doc/src/sgml/pgupgrade.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pg_upgrade/option.c b/contrib/pg_upgrade/option.c index 85d33d2736f..0a105efec71 100644 --- a/contrib/pg_upgrade/option.c +++ b/contrib/pg_upgrade/option.c @@ -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\ diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index ac3f99bd7da..1373069243c 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -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> |