17e065
diff -up enscript-1.6.6/docs/enscript.man.manfixes enscript-1.6.6/docs/enscript.man
17e065
--- enscript-1.6.6/docs/enscript.man.manfixes	2011-10-30 17:48:42.000000000 +0100
17e065
+++ enscript-1.6.6/docs/enscript.man	2013-04-04 13:26:50.257945126 +0200
17e065
@@ -394,6 +394,9 @@ generate RTF (Rich Text Format)
17e065
 generate ANSI terminal control codes
17e065
 .RE
17e065
 .TP 8
17e065
+.B \-W, \-\-option=\f2app,option\f3
17e065
+Pass option \f2option\f3 to helper application \f2app\f3
17e065
+.TP 8
17e065
 .B \-X \f2name\f3, \-\-encoding=\f2name\f3
17e065
 Use the input encoding \f2name\f1.  Currently \f3enscript\f1 supports
17e065
 the following encodings:
17e065
@@ -471,6 +474,10 @@ cookies from the beginning of the file.
17e065
 .B \-\-color\f1[\f3=\f2bool\f1]\f3
17e065
 Use colors in the highlighting outputs.
17e065
 .TP 8
17e065
+.B \-\-continuous\-page\-numbers
17e065
+Count page numbers across input files. Don't restart numbering at
17e065
+beginning of each file.
17e065
+.TP 8
17e065
 .B \-\-download\-font=\f2fontname\f3
17e065
 Include the font description file (\f2.pfa\f1 or \f2.pfb\f1 file) of
17e065
 the font \f2fontname\f1 to the generated output.
17e065
diff -up enscript-1.6.6/src/main.c.manfixes enscript-1.6.6/src/main.c
17e065
--- enscript-1.6.6/src/main.c.manfixes	2013-04-04 13:21:31.926629557 +0200
17e065
+++ enscript-1.6.6/src/main.c	2013-04-04 13:21:31.953629499 +0200
17e065
@@ -2580,7 +2580,7 @@ Mandatory arguments to long options are
17e065
   -v, --verbose              tell what we are doing\n\
17e065
   -V, --version              print version number\n\
17e065
   -w, --language=LANG        set output language to LANG\n\
17e065
-  -W, --options=APP,OPTION   pass option OPTION to helper application APP\n\
17e065
+  -W, --option=APP,OPTION   pass option OPTION to helper application APP\n\
17e065
   -X, --encoding=NAME        use input encoding NAME\n\
17e065
   -z, --no-formfeed          do not interpret form feed characters\n\
17e065
   -Z, --pass-through         pass through PostScript and PCL files\n\