]> xenbits.xensource.com Git - libvirt.git/commitdiff
node_memory: Add '\n' to help message
authorSatoru Moriya <satoru.moriya@hds.com>
Thu, 24 Jan 2013 19:40:51 +0000 (19:40 +0000)
committerOsier Yang <jyang@redhat.com>
Fri, 25 Jan 2013 05:25:59 +0000 (13:25 +0800)
Linefeed is missed in the help of node-memory-tune.
This patch just adds '\n' to get a correct help message.

Signed-off-by: Satoru Moriya <satoru.moriya@hds.com>
tools/virsh-host.c

index d05e43540c844224349dc8770f02937933d68134..b83c893ad30d9eac755c042c1012289ee9fd9521 100644 (file)
@@ -764,7 +764,7 @@ cmdVersion(vshControl *ctl, const vshCmd *cmd ATTRIBUTE_UNUSED)
 
 static const vshCmdInfo info_node_memory_tune[] = {
     {"help", N_("Get or set node memory parameters")},
-    {"desc", N_("Get or set node memory parameters"
+    {"desc", N_("Get or set node memory parameters\n"
                 "    To get the memory parameters, use following command: \n\n"
                 "    virsh # node-memory-tune")},
     {NULL, NULL}