Commit 788228c0d3ef975a995db7d97339b94ae41030e8

Authored by balrog
1 parent d0660ed4

Tab-complete arguments for "logfile" in the monitor.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4568 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
monitor.c
@@ -1326,7 +1326,7 @@ static term_cmd_t term_cmds[] = { @@ -1326,7 +1326,7 @@ static term_cmd_t term_cmds[] = {
1326 "device filename", "change a removable medium" }, 1326 "device filename", "change a removable medium" },
1327 { "screendump", "F", do_screen_dump, 1327 { "screendump", "F", do_screen_dump,
1328 "filename", "save screen into PPM image 'filename'" }, 1328 "filename", "save screen into PPM image 'filename'" },
1329 - { "logfile", "s", do_logfile, 1329 + { "logfile", "F", do_logfile,
1330 "filename", "output logs to 'filename'" }, 1330 "filename", "output logs to 'filename'" },
1331 { "log", "s", do_log, 1331 { "log", "s", do_log,
1332 "item1[,...]", "activate logging of the specified items to '/tmp/qemu.log'" }, 1332 "item1[,...]", "activate logging of the specified items to '/tmp/qemu.log'" },