From patchwork Sun Jan 30 06:28:06 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/3] dumpe2fs: add '-s' flags for manual Date: Sat, 29 Jan 2011 20:28:06 -0000 From: Robin Dong X-Patchwork-Id: 80999 Message-Id: <1296368886-14046-1-git-send-email-hao.bigrat@gmail.com> To: linux-ext4@vger.kernel.org Cc: Robin Dong , Andreas Dilger , Theodore Tso , Coly Li From: Robin Dong Signed-off-by: Robing Dong --- misc/dumpe2fs.8.in | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/misc/dumpe2fs.8.in b/misc/dumpe2fs.8.in index c1dfcbd..cf611c9 100644 --- a/misc/dumpe2fs.8.in +++ b/misc/dumpe2fs.8.in @@ -55,6 +55,9 @@ can cause some of dumpe2fs's display to be suspect). only display the superblock information and not any of the block group descriptor detail information. .TP +.B \-s +display the statistical information of file system blocks usage. +.TP .B \-i display the filesystem data from an image file created by .BR e2image ,