We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 543844b commit ffeeba2Copy full SHA for ffeeba2
README.md
@@ -48,10 +48,10 @@ ODiff is a blazing fast native image comparison tool. Check [benchmarks](#benchm
48
49
### Basic comparison
50
51
-Run the simple comparison. Image paths can be one of supported formats, diff output can only be `.png`.
+Run the simple comparison. Image paths can be one of supported formats, diff output is optional and can only be `.png`.
52
53
```
54
-odiff <IMG1 path> <IMG2 path> <DIFF output path>
+odiff <IMG1 path> <IMG2 path> [DIFF output path]
55
56
57
### Node.js
0 commit comments