From 1701c8d19ca93b00a3d700c40a01f98849ca2cf7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 25 Mar 2022 18:23:00 -0300 Subject: src/bin/print: Add more examples in help message --- src/bin/print | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src') 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 } -- cgit v1.3