resize: Fix typo in man page (thanks avesh@IRC).

This commit is contained in:
Richard W.M. Jones
2011-01-07 20:38:55 +00:00
parent 7ce627fce0
commit 7e1114445e

View File

@@ -67,7 +67,7 @@ Copy C<olddisk> to C<newdisk>, 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