aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2018-03-11 14:12:36 +0100
committerMagnus Hagander <magnus@hagander.net>2018-03-11 14:12:36 +0100
commitfedabe1f64467b777b1d5ef53b5b0015acc7b999 (patch)
treed91cce68368002fdd86b8616f0d3cfc65d3d3e33 /src
parentb6e132ddc8601c99ac5466792f6128ee859f4128 (diff)
downloadpostgresql-fedabe1f64467b777b1d5ef53b5b0015acc7b999.tar.gz
postgresql-fedabe1f64467b777b1d5ef53b5b0015acc7b999.zip
Clarify initdb --help message for --wal-segsize
Specify that the value is in megabytes. This aligns the message with what's in the documentation.
Diffstat (limited to 'src')
-rw-r--r--src/bin/initdb/initdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/initdb/initdb.c b/src/bin/initdb/initdb.c
index 1f7f2aaa54a..65eba7d42fd 100644
--- a/src/bin/initdb/initdb.c
+++ b/src/bin/initdb/initdb.c
@@ -2323,7 +2323,7 @@ usage(const char *progname)
printf(_(" -U, --username=NAME database superuser name\n"));
printf(_(" -W, --pwprompt prompt for a password for the new superuser\n"));
printf(_(" -X, --waldir=WALDIR location for the write-ahead log directory\n"));
- printf(_(" --wal-segsize=SIZE size of wal segment size\n"));
+ printf(_(" --wal-segsize=SIZE size of wal segment size in megabytes\n"));
printf(_("\nLess commonly used options:\n"));
printf(_(" -d, --debug generate lots of debugging output\n"));
printf(_(" -k, --data-checksums use data page checksums\n"));