From: Olaf Hering Date: Fri, 15 Feb 2013 13:32:14 +0000 (+0000) Subject: xl: correct help text of xl migrate X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~7275 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=98a4502b7691e4061ab051a338d72acb3dd8c6f7;p=xen.git xl: correct help text of xl migrate Signed-off-by: Olaf Hering Acked-by: Ian Campbell Committed-by: Ian Campbell --- 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] ", "-h Print this help.\n" "-C Send instead of config file from creation.\n"