Revision a22f123c qemu-img.texi

b/qemu-img.texi
40 40
with or without a command shows help and lists the supported formats
41 41
@item -p
42 42
display progress bar (convert and rebase commands only)
43
@item -S @var{size}
44
indicates the consecutive number of bytes that must contain only zeros
45
for qemu-img to create a sparse image during conversion. This value is rounded
46
down to the nearest 512 bytes. You may use the common size suffixes like
47
@code{k} for kilobytes.
43 48
@end table
44 49

  
45 50
Parameters to snapshot subcommand:
......
86 91

  
87 92
Commit the changes recorded in @var{filename} in its base image.
88 93

  
89
@item convert [-c] [-p] [-f @var{fmt}] [-O @var{output_fmt}] [-o @var{options}] [-s @var{snapshot_name}] @var{filename} [@var{filename2} [...]] @var{output_filename}
94
@item convert [-c] [-p] [-f @var{fmt}] [-O @var{output_fmt}] [-o @var{options}] [-s @var{snapshot_name}] [-S @var{sparse_size}] @var{filename} [@var{filename2} [...]] @var{output_filename}
90 95

  
91 96
Convert the disk image @var{filename} or a snapshot @var{snapshot_name} to disk image @var{output_filename}
92 97
using format @var{output_fmt}. It can be optionally compressed (@code{-c}

Also available in: Unified diff