btrfs-progs: Documentation: add T/P/E description for resize cmd

Signed-off-by: Gui Hecheng <guihc.fnst@cn.fujitsu.com>
Reviewed-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
This commit is contained in:
Gui Hecheng 2014-12-30 09:52:17 +08:00 committed by David Sterba
parent 1bad43fbe0
commit d4ef1a06f8

View File

@ -102,8 +102,9 @@ If the prefix + or - is present the size is increased or decreased
by the quantity <size>. by the quantity <size>.
If no units are specified, the unit of the <size> parameter defaults to If no units are specified, the unit of the <size> parameter defaults to
bytes. Optionally, the size parameter may be suffixed by one of the following bytes. Optionally, the size parameter may be suffixed by one of the following
units designators: \'K\', \'M', or \'G', kilobytes, megabytes, or gigabytes, units designators: \'K\', \'M\', \'G\', \'T\', \'P\', or \'E\', which represent
respectively. KiB, MiB, GiB, TiB, PiB, or EiB, respectively.
+ +
If \'max' is passed, the filesystem will occupy all available space on the If \'max' is passed, the filesystem will occupy all available space on the
device devid. device devid.