diff --git a/index.html b/index.html index faaeee7..4b5e028 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,7 @@

A simple tool for visually comparing two PDF files

It takes two PDF files as arguments. By default, its only output is its return code, which is 0 if there are no differences and 1 if the two PDFs differ. If -given the --pdf option, output-diff produces a PDF file with +given the --output-diff option, diff-pdf produces a PDF file with visually highlighted differences:

$ diff-pdf --output-diff=diff.pdf a.pdf b.pdf