summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/man/man1/pdfflip.1
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/man/man1/pdfflip.1')
-rw-r--r--Master/texmf/doc/man/man1/pdfflip.16
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf/doc/man/man1/pdfflip.1 b/Master/texmf/doc/man/man1/pdfflip.1
index 842da1c7fba..9761790d9f6 100644
--- a/Master/texmf/doc/man/man1/pdfflip.1
+++ b/Master/texmf/doc/man/man1/pdfflip.1
@@ -16,15 +16,15 @@ Source files are processed sequentially into a single output
unless the '--batch' option is used, in which case they are processed
separately.
.PP
-pdfflip operates on one or more PDF files, and (either with the
-'--batch' option or with '--outfile DIR' where 'DIR' is a directory) the
+pdfflip operates on one or more PDF files, and (either with the '--batch'
+option or with '--outfile DIR' where 'DIR' is a directory) the
resulting files have
the suffix '-flipped' applied to their names by default. To change
the suffix,
use the '--suffix' option, for example
.PP
.RS
-.B pdfflip --suffix '-reflected' --batch myfile1.pdf myfile2.pdf
+.B pdfflip --suffix 'reflected' --batch myfile1.pdf myfile2.pdf
.RE
.PP
will result in files named 'myfile1-reflected.pdf' and 'myfile2-reflected.pdf'.