1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-10-01 12:33:50 +03:00

scripts/fpd2pdf (usage): don't call the input files .pdf - they're .fpd !

This commit is contained in:
Werner Almesberger 2010-11-13 18:45:55 -03:00
parent e76af7dd9a
commit bb548642dc

View File

@ -15,7 +15,7 @@
usage()
{
cat <<EOF 1>&2
usage: $0 [-a] [-o out.pdf] file.pdf ...
usage: $0 [-a] [-o out.pdf] file.fpd ...
-a also include files whose name contains a tilde (backup files)
-o out.pdf write to the specified file (default: standard output)