summaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-24 23:15:46 +0000
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-24 23:15:46 +0000
commit788228c0d3ef975a995db7d97339b94ae41030e8 (patch)
tree0603084f54092b04e11d1012c3b9ed3de0a11eee /monitor.c
parentd0660ed4828f5292bb8605764c2e87b1c6c6f816 (diff)
downloadqemu-788228c0d3ef975a995db7d97339b94ae41030e8.tar.gz
Tab-complete arguments for "logfile" in the monitor.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4568 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor.c b/monitor.c
index 236b827df5..a0bf2eee7f 100644
--- a/monitor.c
+++ b/monitor.c
@@ -1326,7 +1326,7 @@ static term_cmd_t term_cmds[] = {
"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'" },