Skip to content

Commit

Permalink
Fix incorrect CLI option name
Browse files Browse the repository at this point in the history
Commit 56d8957 broke the docs by changing the wrong place.
  • Loading branch information
muzimuzhi authored and vslavik committed Nov 13, 2023
1 parent 192f01e commit a10038d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2 id="project_tagline">A simple tool for visually comparing two PDF files</h2>

<p>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 <code>--pdf</code> option, <em>output-diff</em> produces a PDF file with
given the <code>--output-diff</code> option, <em>diff-pdf</em> produces a PDF file with
visually highlighted differences:</p>

<pre><code>$ diff-pdf --output-diff=diff.pdf a.pdf b.pdf
Expand Down

0 comments on commit a10038d

Please sign in to comment.