aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl_cmdtable.c
diff options
context:
space:
mode:
authorStefano Stabellini <sstabellini@xensource.com>2010-08-09 17:05:51 +0100
committerStefano Stabellini <sstabellini@xensource.com>2010-08-09 17:05:51 +0100
commit4d52a08194c3ec7c0e8693af8dc1f11aa799fd69 (patch)
treec9fb2cb110c92e0c18e99853f59f5fcaeaf6a76e /tools/libxl/xl_cmdtable.c
parent9c8fd24b3fe70f0e00d1c9a6f73523d0f4150b76 (diff)
downloadxen-4d52a08194c3ec7c0e8693af8dc1f11aa799fd69.tar.gz
xen-4d52a08194c3ec7c0e8693af8dc1f11aa799fd69.tar.bz2
xen-4d52a08194c3ec7c0e8693af8dc1f11aa799fd69.zip
formatting of "# xl list -h" is off (due to missing \n)
Signed-off-by: Andre Przywara <andre.przywara@amd.com> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Diffstat (limited to 'tools/libxl/xl_cmdtable.c')
-rw-r--r--tools/libxl/xl_cmdtable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/libxl/xl_cmdtable.c b/tools/libxl/xl_cmdtable.c
index 94e2cc9961..90125d9cd0 100644
--- a/tools/libxl/xl_cmdtable.c
+++ b/tools/libxl/xl_cmdtable.c
@@ -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,