Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcbae877

Browse files
committed
pg_upgrade: Small fix for better translatability of help output
1 parent59da8d9 commitcbae877

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)

[8]ページ先頭

©2009-2025 Movatter.jp