mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-06-25 00:51:42 +00:00
fix some indentaion errors
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
b14477e718
commit
2a68ec7893
@ -823,12 +823,12 @@ __PACKAGE__->register_method({
|
|||||||
properties => {
|
properties => {
|
||||||
node => get_standard_option('pve-node'),
|
node => get_standard_option('pve-node'),
|
||||||
vmid => get_standard_option('pve-vmid', { completion => \&PVE::QemuServer::complete_vmid }),
|
vmid => get_standard_option('pve-vmid', { completion => \&PVE::QemuServer::complete_vmid }),
|
||||||
current => {
|
current => {
|
||||||
description => "Get current values (instead of pending values).",
|
description => "Get current values (instead of pending values).",
|
||||||
optional => 1,
|
optional => 1,
|
||||||
default => 0,
|
default => 0,
|
||||||
type => 'boolean',
|
type => 'boolean',
|
||||||
},
|
},
|
||||||
snapshot => get_standard_option('pve-snapshot-name', {
|
snapshot => get_standard_option('pve-snapshot-name', {
|
||||||
description => "Fetch config values from given snapshot.",
|
description => "Fetch config values from given snapshot.",
|
||||||
optional => 1,
|
optional => 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user