From a3ecfe79cdae4dab5012ab1176c53f521000bd85 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 18 Apr 2021 17:02:49 +0200 Subject: Accept multiple PDF input files Previously we only accepted the first PDF file given in free arguments. Allow multiple files to be processed in a single call. --- doc/formurapid.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/formurapid.1') diff --git a/doc/formurapid.1 b/doc/formurapid.1 index 21d160f..f42c2a4 100644 --- a/doc/formurapid.1 +++ b/doc/formurapid.1 @@ -2,12 +2,12 @@ .\" Title: formurapid .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 04/17/2021 +.\" Date: 04/18/2021 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "FORMURAPID" "1" "04/17/2021" "\ \&" "\ \&" +.TH "FORMURAPID" "1" "04/18/2021" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -31,7 +31,7 @@ formurapid \- Fill in a PDF form using a text file .SH "SYNOPSIS" .sp -\fIformurapid\fR [options] (\-\-generate | \-\-fill) \fIpdf_file\fR +\fIformurapid\fR [options] (\-\-generate | \-\-fill) \fIpdf_file\fR \fI\&...\fR .SH "DESCRIPTION" .sp Fill in a PDF form based on the values in a TOML text file\&. This allows the values to be saved and reused\&. The TOML file can also be manipulated by external programs to calculate or fill in values in an interoperable format without having to directly manipulate the PDF\&. -- cgit v1.2.3