summaryrefslogtreecommitdiff
path: root/contrib/pg_upgrade/option.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2010-12-15 07:11:31 -0500
committerBruce Momjian <bruce@momjian.us>2010-12-15 07:11:31 -0500
commit16b5e08decc8207ae35589add387dce9b62669de (patch)
treeb42569c206d8a81c0dace31d95b48996d1278df4 /contrib/pg_upgrade/option.c
parent34c70c7ac4926495b7ab5ebfe748704313a4c822 (diff)
Use "upgrade" in preference over "migrate" in pg_upgrade messages and
documentation. (Many were left over from the old pg_migrator naming.)
Diffstat (limited to 'contrib/pg_upgrade/option.c')
-rw-r--r--contrib/pg_upgrade/option.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/pg_upgrade/option.c b/contrib/pg_upgrade/option.c
index cf2f0a4386f..e63bc85bc1f 100644
--- a/contrib/pg_upgrade/option.c
+++ b/contrib/pg_upgrade/option.c
@@ -29,8 +29,7 @@ UserOpts user_opts;
/*
* parseCommandLine()
*
- * Parses the command line (argc, argv[]) into the given migratorContext object
- * and initializes the rest of the object.
+ * Parses the command line (argc, argv[]) and loads structures
*/
void
parseCommandLine(int argc, char *argv[])