aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx6
1 files changed, 3 insertions, 3 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index ef586e7..0864e2d 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1589,9 +1589,9 @@ DEF("old-param", 0, QEMU_OPTION_old_param,
DEF("tracing", HAS_ARG, QEMU_OPTION_tracing, \
"-tracing on|off enable/disable tracing\n")
-DEF("trace-file", HAS_ARG, QEMU_OPTION_trace_file, \
- "-trace-file file\n" \
- " set trace file\n")
+DEF("trace", HAS_ARG, QEMU_OPTION_trace, \
+ "-trace name\n" \
+ " set trace directory\n")
DEF("nand", HAS_ARG, QEMU_OPTION_nand, \
"-nand <params> enable NAND Flash partition\n")