* [PATCH 1/3]: xl: fix xl list help message
@ 2010-08-09 13:55 Andre Przywara
2010-08-09 16:12 ` Stefano Stabellini
0 siblings, 1 reply; 2+ messages in thread
From: Andre Przywara @ 2010-08-09 13:55 UTC (permalink / raw)
To: Yang Hongyang, Keir Fraser; +Cc: xen-devel
[-- Attachment #1: Type: text/plain, Size: 270 bytes --]
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.com>
--
Andre Przywara
AMD-Operating System Research Center (OSRC), Dresden, Germany
Tel: +49 351 448-3567-12
[-- Attachment #2: libxl_list_1.patch --]
[-- Type: text/x-patch, Size: 577 bytes --]
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,
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-08-09 16:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-09 13:55 [PATCH 1/3]: xl: fix xl list help message Andre Przywara
2010-08-09 16:12 ` Stefano Stabellini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).