mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
virsh: fix a typo in the memtune help description
This commit is contained in:
parent
3b45eec5a4
commit
6f7c6f8c1f
@ -2894,8 +2894,9 @@ cmdSetmaxmem(vshControl *ctl, const vshCmd *cmd)
|
|||||||
* "memtune" command
|
* "memtune" command
|
||||||
*/
|
*/
|
||||||
static const vshCmdInfo info_memtune[] = {
|
static const vshCmdInfo info_memtune[] = {
|
||||||
{"help", N_("Get/Set memory paramters")},
|
{"help", N_("Get or set memory parameters")},
|
||||||
{"desc", N_("Get/Set the current memory paramters for the guest domain.\n" \
|
{"desc", N_("Get or set the current memory parameters for a guest" \
|
||||||
|
" domain.\n" \
|
||||||
" To get the memory parameters use following command: \n\n" \
|
" To get the memory parameters use following command: \n\n" \
|
||||||
" virsh # memtune <domain>")},
|
" virsh # memtune <domain>")},
|
||||||
{NULL, NULL}
|
{NULL, NULL}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user