From: Gui Hecheng Date: Thu, 8 May 2014 03:03:58 +0000 (+0800) Subject: btrfs-progs: update man page for btrfs-show-super X-Git-Tag: upstream/4.16.1~2812 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34ca908bad78dd00d62dea4d0a1d90d35e02a2a8;p=platform%2Fupstream%2Fbtrfs-progs.git btrfs-progs: update man page for btrfs-show-super Add '-f' option for btrfs-show-super manpage, This option implies that sys chunk array and backup roots info will show up. Signed-off-by: Gui Hecheng Signed-off-by: David Sterba --- diff --git a/Documentation/btrfs-show-super.txt b/Documentation/btrfs-show-super.txt index 62da625..6fee0f1 100644 --- a/Documentation/btrfs-show-super.txt +++ b/Documentation/btrfs-show-super.txt @@ -20,8 +20,13 @@ Mainly used for debug purpose. OPTIONS ------- +-f:: +Print full superblock information. ++ +Including the system chunk array and backup roots. + -a:: -Print all the superblock information. +Print information of all superblocks. + If this option is given, '-i' option will be ignored.