qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH][RESEND] Make `-icount' help fit 80 chars screen wid


From: Robert Riebisch
Subject: [Qemu-devel] [PATCH][RESEND] Make `-icount' help fit 80 chars screen width
Date: Sun, 29 Mar 2009 20:42:45 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

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 <address@hidden>

===================================================================
--- qemu-options.hx     (Revision 6957)
+++ qemu-options.hx     (Arbeitskopie)
@@ -1368,7 +1368,8 @@

 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

-- 
BTTR Software
http://www.bttr-software.de/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]