From: David Sterba Date: Thu, 18 Dec 2014 14:23:08 +0000 (+0100) Subject: btrfs-progs: dev usage, update manpage X-Git-Tag: upstream/4.16.1~2519 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=50662b31002a19ca0aad200d2317f5ee832c4fc5;p=platform%2Fupstream%2Fbtrfs-progs.git btrfs-progs: dev usage, update manpage Signed-off-by: David Sterba --- diff --git a/Documentation/btrfs-device.txt b/Documentation/btrfs-device.txt index 46c54b9..4cd633f 100644 --- a/Documentation/btrfs-device.txt +++ b/Documentation/btrfs-device.txt @@ -98,6 +98,32 @@ identified by or for a single . -z:::: Reset stats to zero after reading them. +*usage* [options] [...]:: +Show detailed information about internal allocations in devices. ++ +`Options` ++ +-b|--raw:::: +raw numbers in bytes, without the 'B' suffix +-h:::: +print human friendly numbers, base 1024, this is the default +-H:::: +print human friendly numbers, base 1000 +--iec:::: +select the 1024 base for the following options, according to the IEC standard +--si:::: +select the 1000 base for the following options, according to the SI standard +-k|--kbytes:::: +show sizes in KiB, or kB with --si +-m|--mbytes:::: +show sizes in MiB, or MB with --si +-g|--gbytes:::: +show sizes in GiB, or GB with --si +-t|--tbytes:::: +show sizes in TiB, or TB with --si + +If conflicting options are passed, the last one takes precedence. + EXIT STATUS ----------- *btrfs device* returns a zero exit status if it succeeds. Non zero is