aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2021-08-18 19:12:03 +0900
committerJaegeuk Kim <jaegeuk@kernel.org>2021-08-23 11:42:56 -0700
commit1edc138ae758b15c50657ddcc42f07567ba03f86 (patch)
tree401b062d2af48539d7c0126d7f36e074821d9f87
parent49159df0499681e23eceaed2110cee788a64a1e1 (diff)
downloadf2fs-tools-1edc138ae758b15c50657ddcc42f07567ba03f86.tar.gz
fsck.f2fs: Update the usage about option of preen mode
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 <jh80.chung@samsung.com> Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
-rw-r--r--fsck/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsck/main.c b/fsck/main.c
index f9b05de..eda399c 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");