Message ID | 5493F65B.5080603@jp.fujitsu.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On Fri, Dec 19, 2014 at 06:56:43PM +0900, Satoru Takeuchi wrote: > +There are some options to set unit. See the description of *df* subcommand > +from '-b' option to '-t' option. The unit options exist only for very few subcommands so I found it more convenient to list all of them near to the command itself rather than pointing somewhere else. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 2014/12/19 22:36, David Sterba wrote: > On Fri, Dec 19, 2014 at 06:56:43PM +0900, Satoru Takeuchi wrote: >> +There are some options to set unit. See the description of *df* subcommand >> +from '-b' option to '-t' option. > > The unit options exist only for very few subcommands so I found it more > convenient to list all of them near to the command itself rather than > pointing somewhere else. > OK, got it. Thanks, Satoru -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/btrfs-filesystem.txt b/Documentation/btrfs-filesystem.txt index 85a94eb..a8e7431 100644 --- a/Documentation/btrfs-filesystem.txt +++ b/Documentation/btrfs-filesystem.txt @@ -128,27 +128,12 @@ Show detailed information about internal filesystem usage. + `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 -T:::: show data in tabular format +There are some options to set unit. See the description of *df* subcommand +from '-b' option to '-t' option. + If conflicting options are passed, the last one takes precedence. EXIT STATUS