Commit cbae8774 authored by Peter Eisentraut's avatar Peter Eisentraut

pg_upgrade: Small fix for better translatability of help output

parent 59da8d9e
...@@ -312,8 +312,8 @@ usage(void) ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment