# HG changeset patch
# User Stefano Stabellini <sstabellini@xxxxxxxxxxxxx>
# Date 1281369951 -3600
# Node ID 8500a5eb41afa8f0a1bc93cf88714db451780068
# Parent 72ae90e325ea34e12fc06d9effb6f13fb5785d4a
formatting of "# xl list -h" is off (due to missing \n)
Signed-off-by: Andre Przywara <andre.przywara@xxxxxxx>
Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
---
tools/libxl/xl_cmdtable.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff -r 72ae90e325ea -r 8500a5eb41af tools/libxl/xl_cmdtable.c
--- a/tools/libxl/xl_cmdtable.c Mon Aug 09 16:33:55 2010 +0100
+++ b/tools/libxl/xl_cmdtable.c Mon Aug 09 17:05:51 2010 +0100
@@ -35,8 +35,8 @@ struct cmd_spec cmd_table[] = {
&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-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|