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
+1 -1
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)