pdoc2htm - tpcclib 0.8.0 © 2023 by Turku PET Centre

Convert user information text file, printed by command-line programs and
scripts, to HTML format.
 
Usage: pdoc2htm [Options] txtfile [htmlfile]
 
Options:
 -links
     Sets HTML-links for 'See also:' list.
 -GPL=<yes|no>
     Link to GNU GPL is added (default) or not added.
 -h, --help
     Display usage information on standard output and exit.
 -v, --version
     Display version and compile information on standard output and exit.
 -d[n], --debug[=n], --verbose[=n]
     Set the level (n) of debugging messages and listings.
 -q, --quiet
     Suppress displaying normal results on standard output.
 -s, --silent
     Suppress displaying anything except errors.
 
Example:
  program --help > temp.txt
  pdoc2htm temp.txt program.html
 
See also: addvers