aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python
diff options
context:
space:
mode:
authorLalith Suresh <suresh.lalith@gmail.com>2013-02-15 14:57:40 +0000
committerLalith Suresh <suresh.lalith@gmail.com>2013-02-15 14:57:40 +0000
commit7f3880076123f037a29b2a507d39cc097f93148a (patch)
tree47b5474c37073dbb8f3ee550cd10914621b14812 /tools/python
parent2e814a017155b885e4d4b5a88dc05e7367a9722a (diff)
downloadxen-7f3880076123f037a29b2a507d39cc097f93148a.tar.gz
xen-7f3880076123f037a29b2a507d39cc097f93148a.tar.bz2
xen-7f3880076123f037a29b2a507d39cc097f93148a.zip
xm: fix description of xm vcpu-set command
Minor language correction in the description of the xm vcpu-set command. Signed-off-by: Lalith Suresh <suresh.lalith@gmail.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/python')
-rw-r--r--tools/python/xen/xm/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python/xen/xm/main.py b/tools/python/xen/xm/main.py
index 429c573c59..5ed781c884 100644
--- a/tools/python/xen/xm/main.py
+++ b/tools/python/xen/xm/main.py
@@ -164,7 +164,7 @@ SUBCOMMAND_HELP = {
'vcpu-pin' : ('<Domain> <VCPU|all> <CPUs|all>',
'Set which CPUs a VCPU can use.'),
'vcpu-set' : ('<Domain> <vCPUs>',
- 'Set the number of active VCPUs for allowed for the'
+ 'Set the number of active VCPUs allowed for the'
' domain.'),
#usb
'usb-add' : ('<domain> <[host:bus.addr] [host:vendor_id:product_id]>','Add the usb device to FV VM.'),