From: Justin Clift Date: Wed, 8 Dec 2010 04:18:40 +0000 (+1100) Subject: virsh: fix a typo in the memtune help description X-Git-Tag: v0.8.7~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f7c6f8c1f4dba1068c4e255ba7766808c9ec727;p=thirdparty%2Flibvirt.git virsh: fix a typo in the memtune help description --- diff --git a/tools/virsh.c b/tools/virsh.c index 6c48a62adc..4e37f2d8b0 100644 --- a/tools/virsh.c +++ b/tools/virsh.c @@ -2894,8 +2894,9 @@ cmdSetmaxmem(vshControl *ctl, const vshCmd *cmd) * "memtune" command */ static const vshCmdInfo info_memtune[] = { - {"help", N_("Get/Set memory paramters")}, - {"desc", N_("Get/Set the current memory paramters for the guest domain.\n" \ + {"help", N_("Get or set memory parameters")}, + {"desc", N_("Get or set the current memory parameters for a guest" \ + " domain.\n" \ " To get the memory parameters use following command: \n\n" \ " virsh # memtune ")}, {NULL, NULL}