From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: [PATCH] xl: correct help text of xl migrate Date: Thu, 31 Jan 2013 16:15:47 +0100 Message-ID: <63bf1794ec0c0a4a8a6f.1359645347@probook.site> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org # HG changeset patch # User Olaf Hering # Date 1359645324 -3600 # Node ID 63bf1794ec0c0a4a8a6f25adda1ae1d0b35d4742 # Parent 91fe6b42c7d4010ada78617d18133137d7194d9b xl: correct help text of xl migrate Signed-off-by: Olaf Hering diff -r 91fe6b42c7d4 -r 63bf1794ec0c tools/libxl/xl_cmdtable.c --- 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"