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-03-08 14:54:58 +0000 |
commit | f72a3c47428f6eb1c6984124ebb0dae774d5a956 (patch) | |
tree | 785edf089f4d7328fea0bd03864fefe8aa768c61 | |
parent | 520552c12dc7360322fa4e2207659e9a0b5a5108 (diff) | |
download | libguestfs-f72a3c47428f6eb1c6984124ebb0dae774d5a956.tar.gz libguestfs-f72a3c47428f6eb1c6984124ebb0dae774d5a956.tar.xz libguestfs-f72a3c47428f6eb1c6984124ebb0dae774d5a956.zip |
virt-make-fs: Fix typo in man page.
(cherry picked from commit 0089575d4bd50a7ca55d7c3c8caa8a12ae09d40a)
-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 4e928af4..f9f65d0c 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 |