From: René Jochum Date: Tue, 12 Jun 2018 09:55:03 +0000 (+0200) Subject: Use get_standard_option for vmid in enter X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=commitdiff_plain;h=7acede2069649648c7b87de6db792ca3f17ac594 Use get_standard_option for vmid in enter Signed-off-by: René Jochum --- diff --git a/PVE/APIClient/Commands/lxc.pm b/PVE/APIClient/Commands/lxc.pm index 66ad704..4e76f70 100644 --- a/PVE/APIClient/Commands/lxc.pm +++ b/PVE/APIClient/Commands/lxc.pm @@ -168,10 +168,7 @@ __PACKAGE__->register_method ({ additionalProperties => 0, properties => { remote => get_standard_option('pveclient-remote-name'), - vmid => { - description => "The container ID", - type => 'string', - }, + vmid => get_standard_option('pve-vmid') }, }, returns => { type => 'null'},