[PATCH v3 2/2] resize.f2fs: update man page for options -i, -s and -V

From: qixiaoyu1
Date: Mon Jun 20 2022 - 07:57:40 EST


Signed-off-by: qixiaoyu1 <qixiaoyu1@xxxxxxxxxx>
---
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