aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorIan Campbell <ijc@hellion.org.uk>2013-02-16 13:17:22 +0000
committerIan Campbell <ijc@hellion.org.uk>2013-02-16 13:17:22 +0000
commit96320e84ec53bf6ab445f6e571b5a589d59275ad (patch)
tree02ddfa914512d7d8d1bf22fdcd7a03e61c0a4810 /tools
parentf7da2dcde4480d1db1e807b334b03f431f838ef8 (diff)
parent7f3880076123f037a29b2a507d39cc097f93148a (diff)
downloadxen-96320e84ec53bf6ab445f6e571b5a589d59275ad.tar.gz
xen-96320e84ec53bf6ab445f6e571b5a589d59275ad.tar.bz2
xen-96320e84ec53bf6ab445f6e571b5a589d59275ad.zip
Merge
Diffstat (limited to 'tools')
-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.'),