aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/bin/print9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/bin/print b/src/bin/print
index ce069417..f6de2dce 100755
--- a/src/bin/print
+++ b/src/bin/print
@@ -21,13 +21,16 @@ help() {
Examples:
Print the given PostScript file with default quality:
- print f1.ps
+ $ print f1.ps
Print multiple PDF files with high quality:
- print -q high *.pdf
+ $ print -dq high *.pdf
Print the file from STDIN, double-sided:
- print -d < f2.ps
+ $ print -d < f2.ps
+
+ Print multiple source code files:
+ $ print src/*.{c,h}
EOF
}