File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2275,6 +2275,7 @@ usage(const char *progname)
2275
2275
printf (_ (" [-D, --pgdata=]DATADIR location for this database cluster\n" ));
2276
2276
printf (_ (" -E, --encoding=ENCODING set default encoding for new databases\n" ));
2277
2277
printf (_ (" -g, --allow-group-access allow group read/execute on data directory\n" ));
2278
+ printf (_ (" -k, --data-checksums use data page checksums\n" ));
2278
2279
printf (_ (" --locale=LOCALE set default locale for new databases\n" ));
2279
2280
printf (_ (" --lc-collate=, --lc-ctype=, --lc-messages=LOCALE\n"
2280
2281
" --lc-monetary=, --lc-numeric=, --lc-time=LOCALE\n"
@@ -2290,7 +2291,6 @@ usage(const char *progname)
2290
2291
printf (_ (" --wal-segsize=SIZE size of WAL segments, in megabytes\n" ));
2291
2292
printf (_ ("\nLess commonly used options:\n" ));
2292
2293
printf (_ (" -d, --debug generate lots of debugging output\n" ));
2293
- printf (_ (" -k, --data-checksums use data page checksums\n" ));
2294
2294
printf (_ (" -L DIRECTORY where to find the input files\n" ));
2295
2295
printf (_ (" -n, --no-clean do not clean up after errors\n" ));
2296
2296
printf (_ (" -N, --no-sync do not wait for changes to be written safely to disk\n" ));
You can’t perform that action at this time.
0 commit comments