
25 Mar
2024
25 Mar
'24
11:20 a.m.
On Wed, Mar 20, 2024 at 18:03:16 +0100, Ján Tomko wrote:
On a Friday in 2024, Peter Krempa wrote:
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.
The flag name is documented as optional in the man page.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- tools/virsh-domain.c | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Ján Tomko <jtomko@redhat.com>
I've fixed the manpage and pushed this one as it's modifying definition for an unreleased command. The rest will wait for the release.