mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-03 17:47:15 +03:00
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 <satoru.moriya@hds.com>
This commit is contained in:
parent
c1509ab47e
commit
3dbabd29f5
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user