Skip to content

Commit

Permalink
Update help pages via mantohtml
Browse files Browse the repository at this point in the history
  • Loading branch information
zdohnal committed Jun 28, 2023
1 parent 2b7c55f commit bc9c5ff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/help/man-ippeveprinter.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,13 @@ <h2 class="title"><a name="OPTIONS">Options</a></h2>
<b>ippeveprinter</b>
will create an output file using the job ID and name.
<dt><b>-F </b><i>output-type/subtype[,...]</i>
<dd style="margin-left: 5.0em">Specifies the output MIME media type.
<dd style="margin-left: 5.0em">Specifies the output MIME media type in case printer command (parameter "-c") supports more media types.
The default is "application/postscript" when the <b>-P</b> option is specified.
<dt><b>-M </b><i>manufacturer</i>
<dd style="margin-left: 5.0em">Set the manufacturer of the printer.
The default is "Example".
<dt><b>-K </b><i>keypath</i>
<dd style="margin-left: 5.0em">Set location of server x.509 certificates and keys
<dt><b>-P </b><i>filename.ppd</i>
<dd style="margin-left: 5.0em">Load printer attributes from the specified PPD file.
This option is typically used in conjunction with the
Expand All @@ -124,6 +126,8 @@ <h2 class="title"><a name="OPTIONS">Options</a></h2>
<dd style="margin-left: 5.0em"><dt><b>-V 2.0</b>
<dd style="margin-left: 5.0em">Specifies the maximum IPP version to report.
2.0 is the default.
<dt><b>-a </b><i>filename.conf</i>
<dd style="margin-left: 5.0em">Load printer attributes from conf file acquired by parameter "--ippserver" of command "ipptool". See "man ipptool" for more info.
<dt><b>-c </b><i>command</i>
<dd style="margin-left: 5.0em">Run the specified command for each document that is printed.
If "command" is not an absolute path ("/path/to/command"),
Expand Down

0 comments on commit bc9c5ff

Please sign in to comment.