home *** CD-ROM | disk | FTP | other *** search
/ hobbes.nmsu.edu 2008 / 2008-06-02_hobbes.nmsu.edu.zip / new / scummc-0.2.0-os2.zip / ScummC / src / palcat_help.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-05-11  |  576 b   |  28 lines

  1. /* This file was generated, do not edit. */
  2. static scc_param_help_t options_param_help[] = {
  3.   {
  4.     .name = "o",
  5.     .arg = "output.bmp",
  6.     .dfault = NULL,
  7.     .desc = "Set the output file name."
  8.   },{
  9.     .name = "i",
  10.     .arg = "input.bmp",
  11.     .dfault = NULL,
  12.     .desc = "Set the image to use for the picture."
  13.   },{}
  14. };
  15.  
  16. static scc_param_help_t palcat_param_help[] = {
  17.   {
  18.     .name = "OPTIONS",
  19.     .group = options_param_help
  20.   },{}
  21. };
  22.  
  23. static scc_help_t palcat_help = {
  24.   .name = "palcat",
  25.   .usage = "[OPTIONS] input.bmp ...",
  26.   .param_help = palcat_param_help
  27. };
  28.