]> git.cworth.org Git - apitrace/commitdiff
doc: Prefer `apitrace diff` over tracediff.sh.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Sun, 6 Nov 2011 09:01:12 +0000 (09:01 +0000)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sun, 6 Nov 2011 09:01:12 +0000 (09:01 +0000)
README.markdown

index d7720ac221ec5ccfbe6f38f838c44b6bd8e43808..497351abe99697dc285e2c0607aaa48da2267f0e 100644 (file)
@@ -158,7 +158,7 @@ You can compare two state dumps with the jsondiff.py script:
 Comparing two traces side by side
 ---------------------------------
 
-    ./scripts/tracediff.sh trace1.trace trace2.trace
+    apitrace diff trace1.trace trace2.trace
 
 This works only on Unices, and it will truncate the traces due to performance
 limitations.