]> xenbits.xensource.com Git - libvirt.git/commit
virsh: cmdDomdisplayReload: Require option name for --type
authorPeter Krempa <pkrempa@redhat.com>
Wed, 13 Mar 2024 16:55:53 +0000 (17:55 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 25 Mar 2024 15:18:32 +0000 (16:18 +0100)
commit1a883c9a7cdcd5a286333a68bf196cec9205d50c
tree0cbd823f169b3abcaf8b0d70c6c947619552a870
parent3050cd73a497f65713b3f0c09b3cb604b14afb56
virsh: cmdDomdisplayReload: Require option name for --type

As this command was introduced in this release add the flag requiring to
pass optionname.

This is needed to actually disallow positional parsing of the value
despite documenting that the flag name is required.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/manpages/virsh.rst
tools/virsh-domain.c