提交 07331bba 编写于 作者: A Alex Jia 提交者: Eric Blake

virsh: fix typo in opts_send_key

* tools/virsh.c: millseconds should be milliseconds in opts_send_key.
Signed-off-by: NAlex Jia <ajia@redhat.com>
上级 db8ffc2d
......@@ -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}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册