提交 bc14ca24 编写于 作者: A aliguori

Make `-icount' help fit 80 chars screen width (Robert Riebisch)

On Windows default screen width for the command prompt (A.K.A. "DOS
window") is 80 chars. `-icount' help is 87 chars wide. So make it fit.
Signed-off-by: NRobert Riebisch <rr@bttr-software.de>
Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6991 c046a42c-6fe2-441c-8c8c-71466251a162
上级 0a8e1acd
......@@ -1368,7 +1368,8 @@ ETEXI
DEF("icount", HAS_ARG, QEMU_OPTION_icount, \
"-icount [N|auto]\n" \
" enable virtual instruction counter with 2^N clock ticks per instruction\n")
" enable virtual instruction counter with 2^N clock ticks per\n" \
" instruction\n")
STEXI
@item -icount [N|auto]
Enable virtual instruction counter. The virtual cpu will execute one
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册