From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andre Przywara Subject: [PATCH 1/3]: xl: fix xl list help message Date: Mon, 9 Aug 2010 15:55:12 +0200 Message-ID: <4C6008C0.6040002@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------080007040309060807010107" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Yang Hongyang , Keir Fraser Cc: xen-devel List-Id: xen-devel@lists.xenproject.org --------------080007040309060807010107 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Hi, formatting of "# xl list -h" is off (due to missing \n). Attached patch fixes that. Regards, Andre. Signed-off-by: Andre Przywara -- Andre Przywara AMD-Operating System Research Center (OSRC), Dresden, Germany Tel: +49 351 448-3567-12 --------------080007040309060807010107 Content-Type: text/x-patch; name="libxl_list_1.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="libxl_list_1.patch" diff -r 8992134dcfd0 tools/libxl/xl_cmdtable.c --- a/tools/libxl/xl_cmdtable.c Wed Aug 04 19:24:17 2010 +0100 +++ b/tools/libxl/xl_cmdtable.c Mon Aug 09 16:02:14 2010 +0200 @@ -35,8 +35,8 @@ &main_list, "List information about all/some domains", "[options] [Domain]\n", - "-l, --long Output all VM details" - "-v, --verbose Prints out UUIDs", + "-l, --long Output all VM details\n" + "-v, --verbose Prints out UUIDs", }, { "destroy", &main_destroy, --------------080007040309060807010107 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------080007040309060807010107--