From: Richard W.M. Jones Date: Fri, 7 Jan 2011 20:38:55 +0000 (+0000) Subject: resize: Fix typo in man page (thanks avesh@IRC). X-Git-Tag: 1.8.1~2 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=03097193078ad01c33148716726a03262e3c72ab;p=libguestfs.git resize: Fix typo in man page (thanks avesh@IRC). (cherry picked from commit 7e1114445e713c4a15f3f2cede5842044de1735a) --- diff --git a/tools/virt-resize b/tools/virt-resize index 76abb1e..4beb45b 100755 --- a/tools/virt-resize +++ b/tools/virt-resize @@ -67,7 +67,7 @@ Copy C to C, extending one of the guest's partitions to fill the extra 5GB of space. truncate -r olddisk newdisk; truncate -s +5G newdisk - virt-filesystems --long --h --all -a olddisk + virt-filesystems --long -h --all -a olddisk # Note "/dev/sda2" is a partition inside the "olddisk" file. virt-resize --expand /dev/sda2 olddisk newdisk