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 <[email protected]> --- Documentation/btrfs-show-super.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Documentation/btrfs-show-super.txt b/Documentation/btrfs-show-super.txt index e8e17ab..074700f 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. -- 1.8.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
