]> git.cworth.org Git - apitrace/blobdiff - scripts/tracediff.sh
Avoid hacking around argc / argv.
[apitrace] / scripts / tracediff.sh
index 9f9633d2d4666f94e41411d427402279a59ca62d..819a25120ebdfceb2a8234ce1addd3923f1b0916 100755 (executable)
@@ -31,7 +31,7 @@ APITRACE=${APITRACE:-apitrace}
 $APITRACE dump
 
 stripdump () {
-    $APITRACE dump --color=never --no-arg-names "$1" \
+    $APITRACE dump --color=never --arg-names=no "$1" \
     | sed \
         -e 's/\r$//g' \
         -e 's/^[0-9]\+ //' \