From: Richard Jones Date: Wed, 2 Jun 2010 12:27:19 +0000 (+0100) Subject: resize2fs: Document this command also works with ext4 (thanks Yufang Zhang). X-Git-Tag: 1.3.18~6 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=1020b212b189968ead013436cac79019fbd8fdad resize2fs: Document this command also works with ext4 (thanks Yufang Zhang). --- diff --git a/src/generator.ml b/src/generator.ml index 571ea3a..efc8bfd 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -2641,9 +2641,9 @@ is lost."); ("resize2fs", (RErr, [Device "device"]), 106, [], [], (* lvresize tests this *) - "resize an ext2/ext3 filesystem", + "resize an ext2, ext3 or ext4 filesystem", "\ -This resizes an ext2 or ext3 filesystem to match the size of +This resizes an ext2, ext3 or ext4 filesystem to match the size of the underlying device. I It is sometimes required that you run C @@ -4708,7 +4708,7 @@ See also C."); ("resize2fs_size", (RErr, [Device "device"; Int64 "size"]), 248, [], [], - "resize an ext2/ext3 filesystem (with size)", + "resize an ext2, ext3 or ext4 filesystem (with size)", "\ This command is the same as C except that it allows you to specify the new size (in bytes) explicitly.");