From a10038d14adccfe7933326a7915d3e241b5f88e4 Mon Sep 17 00:00:00 2001 From: Yukai Chou Date: Mon, 13 Nov 2023 21:13:50 +0800 Subject: [PATCH] Fix incorrect CLI option name Commit 56d8957 broke the docs by changing the wrong place. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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