ia64/xen-unstable
changeset 7545:f23b897930d1
xm help notes that domid can be used in place of domname.
Signed-off-by: Daniel Stekloff <dsteklof@us.ibm.com>
Signed-off-by: Daniel Stekloff <dsteklof@us.ibm.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Thu Oct 27 18:22:45 2005 +0100 (2005-10-27) |
parents | 6d4caa5a2cdb |
children | cc23d4236b20 |
files | tools/python/xen/xm/main.py |
line diff
1.1 --- a/tools/python/xen/xm/main.py Thu Oct 27 18:21:57 2005 +0100 1.2 +++ b/tools/python/xen/xm/main.py Thu Oct 27 18:22:45 2005 +0100 1.3 @@ -61,6 +61,8 @@ xm common subcommands: 1.4 top monitor system and domains in real-time 1.5 unpause <DomId> unpause a paused domain 1.6 1.7 +<DomName> can be substituted for <DomId> in xm subcommands. 1.8 + 1.9 For a complete list of subcommands run 'xm help --long' 1.10 For more help on xm see the xm(1) man page 1.11 For more help on xm create, see the xmdomain.cfg(5) man page""" 1.12 @@ -119,6 +121,8 @@ xm full list of subcommands: 1.13 vnet-create <config> create a vnet from a config file 1.14 vnet-delete <vnetid> delete a vnet 1.15 1.16 +<DomName> can be substituted for <DomId> in xm subcommands. 1.17 + 1.18 For a short list of subcommands run 'xm help' 1.19 For more help on xm see the xm(1) man page 1.20 For more help on xm create, see the xmdomain.cfg(5) man page"""