From: Satoru Moriya Date: Thu, 24 Jan 2013 19:40:51 +0000 (+0000) Subject: node_memory: Add '\n' to help message X-Git-Tag: v1.0.2-rc2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dbabd29f52a7cf644fcd636d0fb20632f90a0f4;p=thirdparty%2Flibvirt.git node_memory: Add '\n' to help message 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 --- diff --git a/tools/virsh-host.c b/tools/virsh-host.c index d05e43540c..b83c893ad3 100644 --- a/tools/virsh-host.c +++ b/tools/virsh-host.c @@ -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}