mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
pg_upgrade: Small fix for better translatability of help output
This commit is contained in:
@ -312,8 +312,8 @@ usage(void)
|
||||
printf(_(" -v, --verbose enable verbose internal logging\n"));
|
||||
printf(_(" -V, --version display version information, then exit\n"));
|
||||
printf(_(" --clone clone instead of copying files to new cluster\n"));
|
||||
printf(_(" --index-collation-versions-unknown\n"));
|
||||
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"));
|
||||
printf(_(" -?, --help show this help, then exit\n"));
|
||||
printf(_("\n"
|
||||
"Before running pg_upgrade you must:\n"
|
||||
|
Reference in New Issue
Block a user