]> git.proxmox.com Git - pve-common.git/commitdiff
improve get_options (allow argument lists)
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 14 Oct 2011 06:29:39 +0000 (08:29 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 14 Oct 2011 06:29:39 +0000 (08:29 +0200)
So far it was possiple to specific lists by using option multiple times.

vzdump --vmid 100 --vmid 101

or

vzdump -vmid 100,101

No we can pass the vm list as arguments (not options)

vzdump 100 101


No differences found