We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentb6e132d commitfedabe1Copy full SHA for fedabe1
src/bin/initdb/initdb.c
@@ -2323,7 +2323,7 @@ usage(const char *progname)
2323
printf(_(" -U, --username=NAME database superuser name\n"));
2324
printf(_(" -W, --pwprompt prompt for a password for the new superuser\n"));
2325
printf(_(" -X, --waldir=WALDIR location for the write-ahead log directory\n"));
2326
-printf(_(" --wal-segsize=SIZE size of wal segment size\n"));
+printf(_(" --wal-segsize=SIZE size of wal segment size in megabytes\n"));
2327
printf(_("\nLess commonly used options:\n"));
2328
printf(_(" -d, --debug generate lots of debugging output\n"));
2329
printf(_(" -k, --data-checksums use data page checksums\n"));