]> xenbits.xensource.com Git - libvirt.git/commit
virsh: improve help text where integers are expected
authorEric Blake <eblake@redhat.com>
Tue, 19 Oct 2010 16:27:02 +0000 (10:27 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 26 Oct 2010 15:31:42 +0000 (09:31 -0600)
commitc1564268c4f08efbff672f4654b939c5196bc42c
tree860e8832ddcb69bd9cf91ad678650711852f5267
parentf22e670b4a594371681f9bef7035713fdd907a46
virsh: improve help text where integers are expected

* tools/virsh.c (opts_freecell, opts_memtune, opts_vcpupin)
(opts_setvcpus, opts_setmaxmem, opts_setmem)
(opts_migrate_setmaxdowntime): Use VSH_OT_INT when only an integer
is expected.
(vshCmddefHelp, vshCmddefGetData): Allow mandatory VSH_OT_INT
arguments.
tools/virsh.c