File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2751,7 +2751,7 @@ usage(const char *progname)
2751
2751
printf (_ (" -X, --xlogdir=XLOGDIR location for the transaction log directory\n" ));
2752
2752
printf (_ ("\nLess commonly used options:\n" ));
2753
2753
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" ));
2755
2755
printf (_ (" -L DIRECTORY where to find the input files\n" ));
2756
2756
printf (_ (" -n, --noclean do not clean up after errors\n" ));
2757
2757
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)
3320
3320
_ ("It contains a lost+found directory, perhaps due to it being a mount point.\n" ));
3321
3321
3322
3322
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" ));
3324
3325
}
3325
3326
3326
3327
You can’t perform that action at this time.
0 commit comments