summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpdftool.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/pdftool.pl b/pdftool.pl
index 2d6c320..f3378ea 100755
--- a/pdftool.pl
+++ b/pdftool.pl
@@ -21,7 +21,7 @@ use strict;
=head1 NAME
-pdftool.pl - a PDF swiss army knife
+pdftool.pl - a swiss army knife for PDF documents
=head1 SYNOPSIS
@@ -220,8 +220,8 @@ Display the manual page.
=head1 EXAMPLES
The following comand can be used to remotely crop a PDF file, convert it
-to A4 paper, and rearrange the pages to print a booklet with custom
-margins:
+to A4 paper, and rearrange the pages to locally print a (PostScript)
+booklet with custom margins:
C<< ssh remote pdftool.pl -cpA4 --book -2 -b2cm -m-1cm < in.pdf |
lpr -o Duplex=DumplexTumble >>