Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Some example invocations: | |
| 2 | |
| 3 Note how the asterisks are not expanded inside the shell because of the quotes | |
| 4 | |
| 5 out/Debug/skpdiff -p \ | |
| 6 "/usr/local/google/home/zachr/Downloads/gm/*_8888.png" \ | |
| 7 "/usr/local/google/home/zachr/Downloads/gm/*_gpu.png" | |
| 8 | |
| 9 | |
| 10 out/Debug/skpdiff --differ 1 -f \ | |
|
djsollen
2013/06/27 12:43:50
update this
| |
| 11 "/usr/local/google/home/zachr/Downloads/diffs/baseline" \ | |
| 12 "/usr/local/google/home/zachr/Downloads/diffs/test" | |
| OLD | NEW |