From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LqXJi-0006Kg-SO for qemu-devel@nongnu.org; Sun, 05 Apr 2009 14:43:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LqXJi-0006KQ-Cc for qemu-devel@nongnu.org; Sun, 05 Apr 2009 14:43:38 -0400 Received: from [199.232.76.173] (port=59863 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LqXJi-0006KH-8U for qemu-devel@nongnu.org; Sun, 05 Apr 2009 14:43:38 -0400 Received: from savannah.gnu.org ([199.232.41.3]:58240 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LqXJi-0002eT-0q for qemu-devel@nongnu.org; Sun, 05 Apr 2009 14:43:38 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1LqXJh-0003k5-IA for qemu-devel@nongnu.org; Sun, 05 Apr 2009 18:43:37 +0000 Received: from aliguori by cvs.savannah.gnu.org with local (Exim 4.69) (envelope-from ) id 1LqXJh-0003k0-Be for qemu-devel@nongnu.org; Sun, 05 Apr 2009 18:43:37 +0000 MIME-Version: 1.0 Errors-To: aliguori Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Anthony Liguori Message-Id: Date: Sun, 05 Apr 2009 18:43:37 +0000 Subject: [Qemu-devel] [6991] Make `-icount' help fit 80 chars screen width (Robert Riebisch) Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 6991 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6991 Author: aliguori Date: 2009-04-05 18:43:37 +0000 (Sun, 05 Apr 2009) Log Message: ----------- 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 Signed-off-by: Anthony Liguori Modified Paths: -------------- trunk/qemu-options.hx Modified: trunk/qemu-options.hx =================================================================== --- trunk/qemu-options.hx 2009-04-05 18:41:23 UTC (rev 6990) +++ trunk/qemu-options.hx 2009-04-05 18:43:37 UTC (rev 6991) @@ -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