summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-01-07 20:38:55 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-01-07 20:38:55 +0000
commit7e1114445e713c4a15f3f2cede5842044de1735a (patch)
treeffa06194864d95b888748d25eb55becdd83a5018 /tools
parent7ce627fce02eae8c7db36b4090fa0ce1bf69bf44 (diff)
downloadlibguestfs-7e1114445e713c4a15f3f2cede5842044de1735a.tar.gz
libguestfs-7e1114445e713c4a15f3f2cede5842044de1735a.tar.xz
libguestfs-7e1114445e713c4a15f3f2cede5842044de1735a.zip
resize: Fix typo in man page (thanks avesh@IRC).
Diffstat (limited to 'tools')
-rwxr-xr-xtools/virt-resize2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/virt-resize b/tools/virt-resize
index 76abb1e7..4beb45b5 100755
--- a/tools/virt-resize
+++ b/tools/virt-resize
@@ -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