summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-01-05 01:20:20 +0100
committerJonas Smedegaard <dr@jones.dk>2024-01-05 01:20:20 +0100
commit237216476456202bbd7b209ae819981993e51636 (patch)
tree816e206212b7661acfbaa869262bd27d2902274e
parent4370c462b34d3767819991dc5e69a109105cc716 (diff)
tidy help output
-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
}