diff options
Diffstat (limited to 'contrib/pg_upgrade/option.c')
-rw-r--r-- | contrib/pg_upgrade/option.c | 3 |
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[]) |