summaryrefslogtreecommitdiff
path: root/localpdf2pdfscreen
diff options
context:
space:
mode:
Diffstat (limited to 'localpdf2pdfscreen')
-rwxr-xr-xlocalpdf2pdfscreen8
1 files changed, 4 insertions, 4 deletions
diff --git a/localpdf2pdfscreen b/localpdf2pdfscreen
index cd88a97..e2c4d02 100755
--- a/localpdf2pdfscreen
+++ b/localpdf2pdfscreen
@@ -21,13 +21,13 @@ showhelp() {
Usage: $PRG INFILE [ OUTFILE ] [ pdftops opts ] [ -- ps2pdf opts ]
Defaults:
- OUTFILE: INFILE with trailing ".pdf" replaced with "_lowres.pdf".
- pdftops: $PDFTOPSOPTS
- ps2pdfopts $PS2PDFOPTS
+ OUTFILE: INFILE with trailing ".pdf" replaced with "_lowres.pdf".
+ pdftops: $PDFTOPSOPTS
+ ps2pdf: $PS2PDFOPTS
Examples:
$PRG newspaper.pdf newspaper_screenready.pdf
- $PRG newspaper.pdf -level3 --
+ $PRG newspaper.pdf -level3
EOF
}