Update the usage about option of preen mode. It's difficult to know about preen mode 2, because there is no description in usage.
Signed-off-by: Jaehoon Chung <[email protected]> --- fsck/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsck/main.c b/fsck/main.c index 260ff29dcdd2..f45079a6ec30 100644 --- a/fsck/main.c +++ b/fsck/main.c @@ -74,7 +74,7 @@ void fsck_usage() MSG(0, " -l show superblock/checkpoint\n"); MSG(0, " -M show a file map\n"); MSG(0, " -O feature1[feature2,feature3,...] e.g. \"encrypt\"\n"); - MSG(0, " -p preen mode [default:0 the same as -a [0|1]]\n"); + MSG(0, " -p preen mode [default:0 the same as -a [0|1|2]]\n"); MSG(0, " -S sparse_mode\n"); MSG(0, " -t show directory tree\n"); MSG(0, " -q preserve quota limits\n"); -- 2.29.0 _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
