]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-img.c
qemu-img: Make create hint at protocol options
authorMax Reitz <mreitz@redhat.com>
Sat, 13 Apr 2019 15:20:37 +0000 (17:20 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 30 Apr 2019 13:29:00 +0000 (15:29 +0200)
commitf4619af0c113a5f7434176d5f508b8a58c4d53d7
treee9c23726f380f6ebf4a545b8ff5c9a2ea8f6d756
parent0ef5a8e6ceb06205b96201b469748409a47f5b89
qemu-img: Make create hint at protocol options

qemu-img create allows giving just a format and "-o help" to get a list
of the options supported by that format.  Users may not realize that the
protocol level may offer even more options, which they only get to see
by specifying a filename.

This patch adds a note to hint at that fact.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
qemu-img.c
tests/qemu-iotests/082.out