]> git.proxmox.com Git - mirror_qemu.git/blobdiff - trace/control.c
Revert "audio: fix pc speaker init"
[mirror_qemu.git] / trace / control.c
index e40cfca775ee36e45d31319ad672fd829a833769..43fb7868db073bf0c61c5901e43db363f76186fc 100644 (file)
@@ -253,7 +253,7 @@ void trace_init_file(const char *file)
 #ifdef CONFIG_TRACE_SIMPLE
     st_set_trace_file(file);
 #elif defined CONFIG_TRACE_LOG
-    /* If both the simple and the log backends are enabled, "-trace file"
+    /* If both the simple and the log backends are enabled, "--trace file"
      * only applies to the simple backend; use "-D" for the log backend.
      */
     if (file) {
@@ -261,7 +261,7 @@ void trace_init_file(const char *file)
     }
 #else
     if (file) {
-        fprintf(stderr, "error: -trace file=...: "
+        fprintf(stderr, "error: --trace file=...: "
                 "option not supported by the selected tracing backends\n");
         exit(1);
     }