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@xxxxxxx>
--
Andre Przywara
AMD-Operating System Research Center (OSRC), Dresden, Germany
Tel: +49 351 448-3567-12
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,
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|