]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: Fix internal naming of some blockjob commands
authorPeter Krempa <pkrempa@redhat.com>
Mon, 19 Feb 2018 06:19:47 +0000 (07:19 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 19 Feb 2018 14:25:00 +0000 (15:25 +0100)
commitca9aac53d3664d564dc7896a10e5a8e93a465cb2
tree0b0e52e55c8da8c9168b9c3ef16d6bb2e9168488
parentf9159efec853ae0b8c9658b4d0623572676a5f49
virsh: Fix internal naming of some blockjob commands

The variable names for the options and information about a command
should have an underscore in places where the virsh command has a
hyphen. The function callback name should capitalize the letter after
the hyphen. This was not used in 'blockcommit', 'blockcopy', 'blockjob',
'blockpull', and 'blockresize' commands.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
tools/virsh-domain.c