[poppler] utils/pdftotext.1
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Tue Jul 18 08:57:37 UTC 2023
utils/pdftotext.1 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 0e57662f92847931e3a2ed6cee32f552b996a100
Author: Sune Vuorela <sune at vuorela.dk>
Date: Thu Jul 6 12:06:36 2023 +0200
Mark pdf file argument as required; make documentation match code
diff --git a/utils/pdftotext.1 b/utils/pdftotext.1
index 86360156..c34c98a9 100644
--- a/utils/pdftotext.1
+++ b/utils/pdftotext.1
@@ -6,8 +6,8 @@ pdftotext \- Portable Document Format (PDF) to text converter
.SH SYNOPSIS
.B pdftotext
[options]
-.RI [ PDF-file
-.RI [ text-file ]]
+.RI PDF-file
+.RI [ text-file ]
.SH DESCRIPTION
.B Pdftotext
converts Portable Document Format (PDF) files to plain text.
@@ -22,7 +22,7 @@ is not specified, pdftotext converts
.I file.pdf
to
.IR file.txt .
-If
+If
.I text-file
is \'-', the text is sent to stdout. If
.I PDF-file
More information about the poppler
mailing list