diff options
author | Teddy Wing | 2021-04-18 17:02:49 +0200 |
---|---|---|
committer | Teddy Wing | 2021-04-18 17:02:49 +0200 |
commit | a3ecfe79cdae4dab5012ab1176c53f521000bd85 (patch) | |
tree | 227468e7a589f41d9fc2ca5c9c5def970b046f9d /doc/formurapid.1 | |
parent | 096353723218a754ebc11d23e4be0d25d16da24f (diff) | |
download | formurapid-a3ecfe79cdae4dab5012ab1176c53f521000bd85.tar.bz2 |
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.
Diffstat (limited to 'doc/formurapid.1')
-rw-r--r-- | doc/formurapid.1 | 6 |
1 files changed, 3 insertions, 3 deletions
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 <http://docbook.sf.net/> -.\" 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\&. |