pg_upgrade: Small fix for better translatability of help output
This commit is contained in:
parent
59da8d9eb7
commit
cbae8774eb
@ -312,8 +312,8 @@ usage(void)
|
|||||||
printf(_(" -v, --verbose enable verbose internal logging\n"));
|
printf(_(" -v, --verbose enable verbose internal logging\n"));
|
||||||
printf(_(" -V, --version display version information, then exit\n"));
|
printf(_(" -V, --version display version information, then exit\n"));
|
||||||
printf(_(" --clone clone instead of copying files to new cluster\n"));
|
printf(_(" --clone clone instead of copying files to new cluster\n"));
|
||||||
printf(_(" --index-collation-versions-unknown\n"));
|
printf(_(" --index-collation-versions-unknown\n"
|
||||||
printf(_(" mark text indexes as needing to be rebuilt\n"));
|
" mark text indexes as needing to be rebuilt\n"));
|
||||||
printf(_(" -?, --help show this help, then exit\n"));
|
printf(_(" -?, --help show this help, then exit\n"));
|
||||||
printf(_("\n"
|
printf(_("\n"
|
||||||
"Before running pg_upgrade you must:\n"
|
"Before running pg_upgrade you must:\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user