diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-03 13:41:28 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-03 13:41:28 +0000 |
commit | 4be456f1265f6c3e971920cdf567c070f2fb65d2 (patch) | |
tree | 70a31c9c09196ebcb8951ec9e5df224a9bb04a06 /qemu-img.texi | |
parent | e91c8a778349982eb49fd319ab6506911e2d837e (diff) |
Documentation spelling fixes, by Mark Glines.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2928 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-img.texi')
-rw-r--r-- | qemu-img.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-img.texi b/qemu-img.texi index 1f01dce162..bf49ec99da 100644 --- a/qemu-img.texi +++ b/qemu-img.texi @@ -89,7 +89,7 @@ Commit the changes recorded in @var{filename} in its base image. @item convert [-c] [-e] [-f @var{fmt}] @var{filename} [-O @var{output_fmt}] @var{output_filename} Convert the disk image @var{filename} to disk image @var{output_filename} -using format @var{output_fmt}. It can be optionnaly encrypted +using format @var{output_fmt}. It can be optionally encrypted (@code{-e} option) or compressed (@code{-c} option). Only the format @code{qcow} supports encryption or compression. The |