File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 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)
22752275 printf (_ (" [-D, --pgdata=]DATADIR location for this database cluster\n" ));
22762276 printf (_ (" -E, --encoding=ENCODING set default encoding for new databases\n" ));
22772277 printf (_ (" -g, --allow-group-access allow group read/execute on data directory\n" ));
2278+ printf (_ (" -k, --data-checksums use data page checksums\n" ));
22782279 printf (_ (" --locale=LOCALE set default locale for new databases\n" ));
22792280 printf (_ (" --lc-collate=, --lc-ctype=, --lc-messages=LOCALE\n"
22802281 " --lc-monetary=, --lc-numeric=, --lc-time=LOCALE\n"
@@ -2290,7 +2291,6 @@ usage(const char *progname)
22902291 printf (_ (" --wal-segsize=SIZE size of WAL segments, in megabytes\n" ));
22912292 printf (_ ("\nLess commonly used options:\n" ));
22922293 printf (_ (" -d, --debug generate lots of debugging output\n" ));
2293- printf (_ (" -k, --data-checksums use data page checksums\n" ));
22942294 printf (_ (" -L DIRECTORY where to find the input files\n" ));
22952295 printf (_ (" -n, --no-clean do not clean up after errors\n" ));
22962296 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