]> xenbits.xensource.com Git - libvirt.git/commitdiff
virsh: fix typo in opts_send_key
authorAlex Jia <ajia@redhat.com>
Thu, 8 Sep 2011 03:11:27 +0000 (11:11 +0800)
committerEric Blake <eblake@redhat.com>
Thu, 8 Sep 2011 10:11:09 +0000 (11:11 +0100)
* tools/virsh.c: millseconds should be milliseconds in opts_send_key.

Signed-off-by: Alex Jia <ajia@redhat.com>
tools/virsh.c

index 0f004635691d79714fb9e3f89a9ee4e6f0775931..cf3e81608be0733b5705ccf6e5e27ea6f5ebd6f6 100644 (file)
@@ -4301,7 +4301,7 @@ static const vshCmdOptDef opts_send_key[] = {
     {"codeset", VSH_OT_STRING, VSH_OFLAG_REQ_OPT,
      N_("the codeset of keycodes, default:linux")},
     {"holdtime", VSH_OT_INT, VSH_OFLAG_REQ_OPT,
-     N_("the time (in millseconds) how long the keys will be held")},
+     N_("the time (in milliseconds) how long the keys will be held")},
     {"keycode", VSH_OT_ARGV, VSH_OFLAG_REQ, N_("the key code")},
     {NULL, 0, 0, NULL}
 };