qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4568] Tab-complete arguments for "logfile" in the monitor.
@ 2008-05-24 23:15 Andrzej Zaborowski
  0 siblings, 0 replies; only message in thread
From: Andrzej Zaborowski @ 2008-05-24 23:15 UTC (permalink / raw)
  To: qemu-devel

Revision: 4568
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4568
Author:   balrog
Date:     2008-05-24 23:15:46 +0000 (Sat, 24 May 2008)

Log Message:
-----------
Tab-complete arguments for "logfile" in the monitor.

Modified Paths:
--------------
    trunk/monitor.c

Modified: trunk/monitor.c
===================================================================
--- trunk/monitor.c	2008-05-24 23:12:19 UTC (rev 4567)
+++ trunk/monitor.c	2008-05-24 23:15:46 UTC (rev 4568)
@@ -1326,7 +1326,7 @@
       "device filename", "change a removable medium" },
     { "screendump", "F", do_screen_dump,
       "filename", "save screen into PPM image 'filename'" },
-    { "logfile", "s", do_logfile,
+    { "logfile", "F", do_logfile,
       "filename", "output logs to 'filename'" },
     { "log", "s", do_log,
       "item1[,...]", "activate logging of the specified items to '/tmp/qemu.log'" },

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-24 23:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-24 23:15 [Qemu-devel] [4568] Tab-complete arguments for "logfile" in the monitor Andrzej Zaborowski

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).