mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-01 19:31:13 +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 => {
|
||||
node => get_standard_option('pve-node'),
|
||||
vmid => get_standard_option('pve-vmid', { completion => \&PVE::QemuServer::complete_vmid }),
|
||||
current => {
|
||||
description => "Get current values (instead of pending values).",
|
||||
optional => 1,
|
||||
current => {
|
||||
description => "Get current values (instead of pending values).",
|
||||
optional => 1,
|
||||
default => 0,
|
||||
type => 'boolean',
|
||||
},
|
||||
},
|
||||
snapshot => get_standard_option('pve-snapshot-name', {
|
||||
description => "Fetch config values from given snapshot.",
|
||||
optional => 1,
|
||||
|
Loading…
Reference in New Issue
Block a user