@@ -2751,7 +2751,7 @@ usage(const char *progname)
27512751printf (_ (" -X, --xlogdir=XLOGDIR location for the transaction log directory\n" ));
27522752printf (_ ("\nLess commonly used options:\n" ));
27532753printf (_ (" -d, --debug generate lots of debugging output\n" ));
2754- printf (_ (" -k, --data-checksums data page checksums\n" ));
2754+ printf (_ (" -k, --data-checksumsuse data page checksums\n" ));
27552755printf (_ (" -L DIRECTORY where to find the input files\n" ));
27562756printf (_ (" -n, --noclean do not clean up after errors\n" ));
27572757printf (_ (" -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
33223322fprintf (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