aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2013-02-15 13:32:14 +0000
committerOlaf Hering <olaf@aepfle.de>2013-02-15 13:32:14 +0000
commit98a4502b7691e4061ab051a338d72acb3dd8c6f7 (patch)
tree20a56c26fa99cbaa83e80f9aeb9d82e576d8b4b4 /tools
parente6c9172170e03c7af5016aed8fd44033c8e54164 (diff)
downloadxen-98a4502b7691e4061ab051a338d72acb3dd8c6f7.tar.gz
xen-98a4502b7691e4061ab051a338d72acb3dd8c6f7.tar.bz2
xen-98a4502b7691e4061ab051a338d72acb3dd8c6f7.zip
xl: correct help text of xl migrate
Signed-off-by: Olaf Hering <olaf@aepfle.de> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/libxl/xl_cmdtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxl/xl_cmdtable.c b/tools/libxl/xl_cmdtable.c
index ac586420bf..0f0634fd07 100644
--- a/tools/libxl/xl_cmdtable.c
+++ b/tools/libxl/xl_cmdtable.c
@@ -145,7 +145,7 @@ struct cmd_spec cmd_table[] = {
},
{ "migrate",
&main_migrate, 0, 1,
- "Save a domain state to restore later",
+ "Migrate a domain to another host",
"[options] <Domain> <host>",
"-h Print this help.\n"
"-C <config> Send <config> instead of config file from creation.\n"