mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-29 18:45:29 +00:00
agent: code style fix
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
fe2c506926
commit
c0acd873f5
@ -150,7 +150,8 @@ sub register_command {
|
|||||||
properties => {
|
properties => {
|
||||||
node => get_standard_option('pve-node'),
|
node => get_standard_option('pve-node'),
|
||||||
vmid => get_standard_option('pve-vmid', {
|
vmid => get_standard_option('pve-vmid', {
|
||||||
completion => \&PVE::QemuServer::complete_vmid_running }),
|
completion => \&PVE::QemuServer::complete_vmid_running,
|
||||||
|
}),
|
||||||
command => {
|
command => {
|
||||||
type => 'string',
|
type => 'string',
|
||||||
description => "The QGA command.",
|
description => "The QGA command.",
|
||||||
|
Loading…
Reference in New Issue
Block a user