diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-10-04 11:02:30 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-10-04 17:37:48 +0100 |
commit | fac15924f59a076c903d453d20305e00e1ae258a (patch) | |
tree | 60d99181a4a2194148f89e3af44b60067d64148d /po-docs/uk | |
parent | 293772bf7511dee41a1f3e842424678c1a6bf9e4 (diff) | |
download | libguestfs-fac15924f59a076c903d453d20305e00e1ae258a.tar.gz libguestfs-fac15924f59a076c903d453d20305e00e1ae258a.tar.xz libguestfs-fac15924f59a076c903d453d20305e00e1ae258a.zip |
New tool: virt-sparsify to make disk images sparse.
Diffstat (limited to 'po-docs/uk')
-rw-r--r-- | po-docs/uk/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/po-docs/uk/Makefile.am b/po-docs/uk/Makefile.am index 07778b53..baf49920 100644 --- a/po-docs/uk/Makefile.am +++ b/po-docs/uk/Makefile.am @@ -40,7 +40,8 @@ MANPAGES = \ virt-inspector.1 \ virt-ls.1 \ virt-rescue.1 \ - virt-resize.1 + virt-resize.1 \ + virt-sparsify.1 # Ship the POD files and the translated manpages in the tarball. This # just simplifies building from the tarball, at a small cost in extra |