Commit bc14ca2453f22f20569699bda5f12e892131092c
1 parent
0a8e1acd
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: Robert Riebisch <rr@bttr-software.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6991 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
1 deletions
qemu-options.hx
... | ... | @@ -1368,7 +1368,8 @@ ETEXI |
1368 | 1368 | |
1369 | 1369 | DEF("icount", HAS_ARG, QEMU_OPTION_icount, \ |
1370 | 1370 | "-icount [N|auto]\n" \ |
1371 | - " enable virtual instruction counter with 2^N clock ticks per instruction\n") | |
1371 | + " enable virtual instruction counter with 2^N clock ticks per\n" \ | |
1372 | + " instruction\n") | |
1372 | 1373 | STEXI |
1373 | 1374 | @item -icount [N|auto] |
1374 | 1375 | Enable virtual instruction counter. The virtual cpu will execute one | ... | ... |