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 / imgsplit_help.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-05-09  |  846 b   |  38 lines

  1. /* This file was generated, do not edit. */
  2. static scc_param_help_t options_param_help[] = {
  3.   {
  4.     .name = "outbase",
  5.     .arg = "base",
  6.     .dfault = "frame",
  7.     .desc = "Set the basename to use for the generated files."
  8.   },{
  9.     .name = "outfmt",
  10.     .arg = "fmt",
  11.     .dfault = "%s-%02d.bmp",
  12.     .desc = "Set the format to use for the generated file names."
  13.   },{
  14.     .name = "dw",
  15.     .arg = "width",
  16.     .dfault = NULL,
  17.     .desc = "Set the output frame width."
  18.   },{
  19.     .name = "dh",
  20.     .arg = "height",
  21.     .dfault = NULL,
  22.     .desc = "Set the output frame height."
  23.   },{}
  24. };
  25.  
  26. static scc_param_help_t imgsplit_param_help[] = {
  27.   {
  28.     .name = "OPTIONS",
  29.     .group = options_param_help
  30.   },{}
  31. };
  32.  
  33. static scc_help_t imgsplit_help = {
  34.   .name = "imgsplit",
  35.   .usage = "[OPTIONS] input.bmp ...",
  36.   .param_help = imgsplit_param_help
  37. };
  38.