qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Make `-icount' help fit 80 chars screen width
@ 2009-03-09 21:00 Robert Riebisch
  2009-03-28 16:22 ` Anthony Liguori
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Riebisch @ 2009-03-09 21:00 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 951 bytes --]

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>

-----
--- vl.c.orig	Sat Mar 07 20:42:18 2009
+++ vl.c	Mon Mar 09 21:39:26 2009
@@ -4067,7 +4067,8 @@
            "-localtime      set the real time clock to local time
[default=utc]\n"
            "-startdate      select initial date of the clock\n"
            "-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"
            "-echr chr       set terminal escape character instead of
ctrl-a\n"
            "-virtioconsole c\n"
            "                set virtio console\n"
-----

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

[-- Attachment #2: vl.c.diff --]
[-- Type: text/plain, Size: 681 bytes --]

--- vl.c.orig	Sat Mar 07 20:42:18 2009
+++ vl.c	Mon Mar 09 21:39:26 2009
@@ -4067,7 +4067,8 @@
            "-localtime      set the real time clock to local time [default=utc]\n"
            "-startdate      select initial date of the clock\n"
            "-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"
            "-echr chr       set terminal escape character instead of ctrl-a\n"
            "-virtioconsole c\n"
            "                set virtio console\n"

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-28 16:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-09 21:00 [Qemu-devel] [PATCH] Make `-icount' help fit 80 chars screen width Robert Riebisch
2009-03-28 16:22 ` Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).