Skip to content

Commit 4c0343d

Browse files
committed
initdb: Improve some messages
1 parent 4d67961 commit 4c0343d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/bin/initdb/initdb.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2751,7 +2751,7 @@ usage(const char *progname)
27512751
printf(_(" -X, --xlogdir=XLOGDIR location for the transaction log directory\n"));
27522752
printf(_("\nLess commonly used options:\n"));
27532753
printf(_(" -d, --debug generate lots of debugging output\n"));
2754-
printf(_(" -k, --data-checksums data page checksums\n"));
2754+
printf(_(" -k, --data-checksums use data page checksums\n"));
27552755
printf(_(" -L DIRECTORY where to find the input files\n"));
27562756
printf(_(" -n, --noclean do not clean up after errors\n"));
27572757
printf(_(" -N, --nosync do not wait for changes to be written safely to disk\n"));
@@ -3320,7 +3320,8 @@ warn_on_mount_point(int error)
33203320
_("It contains a lost+found directory, perhaps due to it being a mount point.\n"));
33213321

33223322
fprintf(stderr,
3323-
_("Using the top-level directory of a mount point is not recommended.\n"));
3323+
_("Using a mount point directly as the data directory is not recommended.\n"
3324+
"Create a subdirectory under the mount point.\n"));
33243325
}
33253326

33263327

0 commit comments

Comments
 (0)