Skip to content

Commit cbae877

Browse files
committed
pg_upgrade: Small fix for better translatability of help output
1 parent 59da8d9 commit cbae877

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/pg_upgrade/option.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ usage(void)
312312
printf(_(" -v, --verbose enable verbose internal logging\n"));
313313
printf(_(" -V, --version display version information, then exit\n"));
314314
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"));
315+
printf(_(" --index-collation-versions-unknown\n"
316+
" mark text indexes as needing to be rebuilt\n"));
317317
printf(_(" -?, --help show this help, then exit\n"));
318318
printf(_("\n"
319319
"Before running pg_upgrade you must:\n"

0 commit comments

Comments
 (0)