]> git.proxmox.com Git - qemu.git/commitdiff
docs: correct ./configure line in tracing.txt
authorJun Koi <junkoi2004@gmail.com>
Thu, 8 Mar 2012 08:24:52 +0000 (16:24 +0800)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Mon, 12 Mar 2012 10:12:34 +0000 (10:12 +0000)
This patch corrects the configure's trace option in docs/tracing.txt.

Signed-off-by: Jun Koi <junkoi2004@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
docs/tracing.txt

index a92716f319e75e8c0f7a1d23402e36619ccc9ac9..c54113336896a688b29f611f29ffddd84dd28571 100644 (file)
@@ -9,7 +9,7 @@ for debugging, profiling, and observing execution.
 
 1. Build with the 'simple' trace backend:
 
-    ./configure --trace-backend=simple
+    ./configure --enable-trace-backend=simple
     make
 
 2. Create a file with the events you want to trace: