]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virsh: fix a typo in the memtune help description
authorJustin Clift <jclift@redhat.com>
Wed, 8 Dec 2010 04:18:40 +0000 (15:18 +1100)
committerJustin Clift <jclift@redhat.com>
Wed, 8 Dec 2010 14:53:56 +0000 (01:53 +1100)
tools/virsh.c

index 6c48a62adc2183154140d1db28234b5f94a2d648..4e37f2d8b0bbc19074d3b9a6647df2fc3c455771 100644 (file)
@@ -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 <domain>")},
     {NULL, NULL}