@@ -2689,19 +2689,24 @@ usage(const char *progname)
2689
2689
printf (_ (" --no-locale equivalent to --locale=C\n" ));
2690
2690
printf (_ (" --pwfile=FILE read password for the new superuser from file\n" ));
2691
2691
printf (_ (" -T, --text-search-config=CFG\n"
2692
- " default text search configuration\n" ));
2692
+ " default text search configuration\n" ));
2693
2693
printf (_ (" -U, --username=NAME database superuser name\n" ));
2694
2694
printf (_ (" -W, --pwprompt prompt for a password for the new superuser\n" ));
2695
2695
printf (_ (" -X, --xlogdir=XLOGDIR location for the transaction log directory\n" ));
2696
- printf (_ (" -x, --xid=START_XID specify start xid in hex format for new instance to test 64-bit xids, default value is 0\n" ));
2696
+ printf (_ (" -x, --xid=START_XID specify start xid value in hex format for new db instance to test 64-bit xids,\n"
2697
+ " default value is 0\n" ));
2697
2698
printf (_ ("\nLess commonly used options:\n" ));
2698
2699
printf (_ (" -d, --debug generate lots of debugging output\n" ));
2699
2700
printf (_ (" -k, --data-checksums use data page checksums\n" ));
2700
2701
printf (_ (" -L DIRECTORY where to find the input files\n" ));
2701
- printf (_ (" -m, --multixact-id=MX_ID specify multixact id in hex format for new instance to test 64-bit xids, default value is 0\n" ));
2702
+ printf (_ (" -m, --multixact-id=START_MX_ID\n"
2703
+ " specify start multixact id value in hex format for new db instance\n"
2704
+ " to test 64-bit xids, default value is 0\n" ));
2702
2705
printf (_ (" -n, --noclean do not clean up after errors\n" ));
2703
2706
printf (_ (" -N, --nosync do not wait for changes to be written safely to disk\n" ));
2704
- printf (_ (" -o, --multixact-offset=MX_OFFSET specify multixact offset in hex format for new instance to test 64-bit xids, default value is 0\n" ));
2707
+ printf (_ (" -o, --multixact-offset=START_MX_OFFSET\n"
2708
+ " specify start multixact offset value in hex format for new db instance\n"
2709
+ " to test 64-bit xids, default value is 0\n" ));
2705
2710
printf (_ (" -s, --show show internal settings\n" ));
2706
2711
printf (_ (" -S, --sync-only only sync data directory\n" ));
2707
2712
printf (_ ("\nOther options:\n" ));
0 commit comments