We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59da8d9 commit cbae877Copy full SHA for cbae877
src/bin/pg_upgrade/option.c
@@ -312,8 +312,8 @@ usage(void)
312
printf(_(" -v, --verbose enable verbose internal logging\n"));
313
printf(_(" -V, --version display version information, then exit\n"));
314
printf(_(" --clone clone instead of copying files to new cluster\n"));
315
- printf(_(" --index-collation-versions-unknown\n"));
316
- printf(_(" mark text indexes as needing to be rebuilt\n"));
+ printf(_(" --index-collation-versions-unknown\n"
+ " mark text indexes as needing to be rebuilt\n"));
317
printf(_(" -?, --help show this help, then exit\n"));
318
printf(_("\n"
319
"Before running pg_upgrade you must:\n"
0 commit comments