[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220620115629.9169-2-qixiaoyu1@xiaomi.com>
Date: Mon, 20 Jun 2022 19:56:29 +0800
From: qixiaoyu1 <qxy65535@...il.com>
To: Chao Yu <chao@...nel.org>
Cc: Jaegeuk Kim <jaegeuk@...nel.org>,
linux-f2fs-devel@...ts.sourceforge.net,
linux-kernel@...r.kernel.org, liuchao12@...omi.com,
qxy65535@...il.com, qixiaoyu1 <qixiaoyu1@...omi.com>
Subject: [PATCH v3 2/2] resize.f2fs: update man page for options -i, -s and -V
Signed-off-by: qixiaoyu1 <qixiaoyu1@...omi.com>
---
man/resize.f2fs.8 | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/man/resize.f2fs.8 b/man/resize.f2fs.8
index a4b6cd7..3288760 100644
--- a/man/resize.f2fs.8
+++ b/man/resize.f2fs.8
@@ -17,6 +17,15 @@ resize.f2fs \- resize filesystem size
.B \-o
.I overprovision-ratio-percentage
]
+[
+.B \-i
+]
+[
+.B \-s
+]
+[
+.B \-V
+]
.I device
.SH DESCRIPTION
.B resize.f2fs
@@ -44,6 +53,15 @@ Specify the percentage of the volume that will be used as overprovision area.
This area is hidden to users, and utilized by F2FS cleaner. If not specified, the
best number will be assigned automatically according to the partition size.
.TP
+.BI \-i
+Enable extended node bitmap.
+.TP
+.BI \-s
+Enable safe resize.
+.TP
+.BI \-V
+Print the version number and exit.
+.TP
.SH AUTHOR
This version of
.B resize.f2fs
--
2.36.1
Powered by blists - more mailing lists