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>
master
Gui Hecheng 2014-12-30 09:52:17 +08:00 committed by David Sterba
parent 1bad43fbe0
commit d4ef1a06f8
1 changed files with 3 additions and 2 deletions

View File

@ -102,8 +102,9 @@ If the prefix + or - is present the size is increased or decreased
by the quantity <size>.
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
units designators: \'K\', \'M', or \'G', kilobytes, megabytes, or gigabytes,
respectively.
units designators: \'K\', \'M\', \'G\', \'T\', \'P\', or \'E\', which represent
KiB, MiB, GiB, TiB, PiB, or EiB, respectively.
+
If \'max' is passed, the filesystem will occupy all available space on the
device devid.