diff -r 9632ececc8f4 -r 53cb12bc8b9e tools/python/xen/xm/main.py --- a/tools/python/xen/xm/main.py Wed Aug 2 09:13:30 2006 +++ b/tools/python/xen/xm/main.py Wed Aug 2 15:11:02 2006 @@ -78,7 +78,9 @@ sysrq_help = "sysrq Send a sysrq to a domain" domid_help = "domid Converts a domain name to a domain id" domname_help = "domname Convert a domain id to a domain name" -vcpu_set_help = """vcpu-set Set the number of VCPUs for a domain""" +vcpu_set_help = """vcpu-set Set the number of active VCPUs for a domain + within the range allowed by the domain + configuration""" vcpu_list_help = "vcpu-list List the VCPUs for a domain (or all domains)" vcpu_pin_help = "vcpu-pin Set which cpus a VCPU can use" dmesg_help = "dmesg [-c|--clear] Read or clear Xen's message buffer"