
Usage: $ webcpp <inputfile.cpp> <outputfile.html> [options...]

Valid options:
  -c=<scheme.scs>    Use a native colour scheme file.
  -C=<scheme.css>    Use a stylesheet as a colour scheme.
  -w=<scheme.scs>    The works, same as -l -h -c=<scheme.scs>.
  -p=<filename>      Use a picture for the background.
  -t=<extension>     Forces the syntax highligting type.

  -l,--line-numbers  Print the line numbers in the left margin.
  -s,--set-colours   Set the colours manually.
  -h,--hyperlink     Create hyperlinks to #include files (C/C++).
  -d,--dupe          Duplicate the file (like cp).
  -b,--backup        Backup the existing html file.
  - ,--pipe          Use STDIN or STDOUT in place of the filename.

         ******* Examples *******
 $ webcpp polygon.java polygon.html -l -c=neon.scs
 $ webcpp somefile copy_of_somefile --dupe
 $ cat *.h *.cpp | webcpp - - -t=cpp >everything.html
