summaryrefslogtreecommitdiffstats
path: root/pdftool.pl
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@ens-lyon.org>2012-01-06 19:27:42 +0100
committerGuilhem Moulin <guilhem.moulin@ens-lyon.org>2012-01-06 19:27:42 +0100
commitf4f800ecc58decb32e23438b26d8998d441709df (patch)
treee05079a8a6f88c801b7c62aa45d8ef3aa065ecfc /pdftool.pl
parent8d41af436fd6eae28a6f680258811a3c4f89de38 (diff)
typo
Diffstat (limited to 'pdftool.pl')
-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 >>