Am 02.05.2017 um 10:18 hat Fam Zheng geschrieben: > Signed-off-by: Fam Zheng <f...@redhat.com>
> DEF("convert", img_convert, > - "convert [--object objectdef] [--image-opts] [-c] [-p] [-q] [-n] [-f > fmt] [-t cache] [-T src_cache] [-O output_fmt] [-B backing_file] [-o options] > [-s snapshot_id_or_name] [-l snapshot_param] [-S sparse_size] [-m > num_coroutines] [-W] filename [filename2 [...]] output_filename") > + "convert [--object objectdef] [--image-opts] [-U] [-c] [-p] [-q] [-n] > [-f fmt] [-t cache] [-T src_cache] [-O output_fmt] [-o options] [-s > snapshot_id_or_name] [-l snapshot_param] [-S sparse_size] [-m num_coroutines] > [-W] [-U] filename [filename2 [...]] output_filename") > STEXI > -@item convert [--object @var{objectdef}] [--image-opts] [-c] [-p] [-q] [-n] > [-f @var{fmt}] [-t @var{cache}] [-T @var{src_cache}] [-O @var{output_fmt}] > [-B @var{backing_file}] [-o @var{options}] [-s @var{snapshot_id_or_name}] [-l > @var{snapshot_param}] [-S @var{sparse_size}] [-m @var{num_coroutines}] [-W] > @var{filename} [@var{filename2} [...]] @var{output_filename} > +@item convert [--object @var{objectdef}] [--image-opts] [-U] [-c] [-p] [-q] > [-n] [-f @var{fmt}] [-t @var{cache}] [-T @var{src_cache}] [-O > @var{output_fmt}] [-o @var{options}] [-s @var{snapshot_id_or_name}] [-l > @var{snapshot_param}] [-S @var{sparse_size}] [-m @var{num_coroutines}] [-W] > [-U] @var{filename} [@var{filename2} [...]] @var{output_filename} > ETEXI v15 got this change right, but v16 adds -U twice for convert. Kevin