From: José Fonseca Date: Sun, 6 Nov 2011 09:01:12 +0000 (+0000) Subject: doc: Prefer `apitrace diff` over tracediff.sh. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=73694fa14967ad586b5116c49665fb7884de68b8;p=apitrace doc: Prefer `apitrace diff` over tracediff.sh. --- diff --git a/README.markdown b/README.markdown index d7720ac..497351a 100644 --- a/README.markdown +++ b/README.markdown @@ -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.