On 21.09.21 16:28, Eric Blake wrote:
Use consistent capitalization, and fix a missed line (we duplicate the
qemu-img synopses in too many places).
Fixes: 1899bf4737 (qemu-img: Add -F shorthand to convert)
Signed-off-by: Eric Blake <ebl...@redhat.com>
---
docs/tools/qemu-img.rst | 2 +-
qemu-img-cmds.hx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Thanks, applied to my block branch:
https://gitlab.com/hreitz/qemu/-/commits/block
Speaking of duplicating in too many places, comparing the lines in
qemu-img.rst and qemu-img-cmds.hx I noticed that `--skip-broken-bitmaps`
too is missing from qemu-img-cmds.hx, so perhaps that’s also something
we want to fix.
Hanna