]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: domsetlaunchsecstate: report error if no options are passed
authorJán Tomko <jtomko@redhat.com>
Wed, 26 Jan 2022 12:25:44 +0000 (13:25 +0100)
committerJán Tomko <jtomko@redhat.com>
Mon, 31 Jan 2022 12:38:11 +0000 (13:38 +0100)
commitd248e3dca83f1fc51599e02b827f35bc21fcaeb0
treecaed7cc6a6977a35942f07a26c21b53fb72a7e6c
parent18813edbf28b42ad9d068e0584c4408019c09bff
virsh: domsetlaunchsecstate: report error if no options are passed

We already exit if they are not present.

Report an error, but do not mark them as required in case a future
version of this command will want to accept a different set of
parameters.

https://bugzilla.redhat.com/show_bug.cgi?id=2046024

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tools/virsh-domain.c