We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8f2cc commit 560a842Copy full SHA for 560a842
src/bin/pg_upgrade/option.c
@@ -323,8 +323,8 @@ usage(void)
323
printf(_(" --copy copy files to new cluster (default)\n"));
324
printf(_(" --copy-file-range copy files to new cluster with copy_file_range\n"));
325
printf(_(" --no-statistics do not import statistics from old cluster\n"));
326
- printf(_(" --set-char-signedness=OPTION set new cluster char signedness to \"signed\" or\n"));
327
- printf(_(" \"unsigned\"\n"));
+ printf(_(" --set-char-signedness=OPTION set new cluster char signedness to \"signed\" or\n"
+ " \"unsigned\"\n"));
328
printf(_(" --sync-method=METHOD set method for syncing files to disk\n"));
329
printf(_(" -?, --help show this help, then exit\n"));
330
printf(_("\n"
0 commit comments