diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-01-30 23:53:04 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-01-30 23:53:04 +0000 |
commit | 0089575d4bd50a7ca55d7c3c8caa8a12ae09d40a (patch) | |
tree | 704f76859e14fb8e3bb9cf65499405c1cd232721 | |
parent | 477eebc83dcd33d00d34398692692dae6af04f22 (diff) | |
download | libguestfs-0089575d4bd50a7ca55d7c3c8caa8a12ae09d40a.tar.gz libguestfs-0089575d4bd50a7ca55d7c3c8caa8a12ae09d40a.tar.xz libguestfs-0089575d4bd50a7ca55d7c3c8caa8a12ae09d40a.zip |
virt-make-fs: Fix typo in man page.
-rwxr-xr-x | tools/virt-make-fs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/virt-make-fs b/tools/virt-make-fs index 40a1437c..854cc085 100755 --- a/tools/virt-make-fs +++ b/tools/virt-make-fs @@ -84,7 +84,7 @@ store something in it. Don't forget that you can also use local commands including L<resize2fs(8)> and L<virt-resize(1)> to resize existing filesystems, -or rerun virt-make-resize to build another image from scratch. +or rerun virt-make-fs to build another image from scratch. =head3 EXAMPLE |