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 / scvm_help.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-05-11  |  677 b   |  33 lines

  1. /* This file was generated, do not edit. */
  2. static scc_param_help_t options_param_help[] = {
  3.   {
  4.     .name = "dir",
  5.     .arg = "path",
  6.     .dfault = ".",
  7.     .desc = "Directory where the datafiles are found."
  8.   },{
  9.     .name = "key",
  10.     .arg = "k",
  11.     .dfault = NULL,
  12.     .desc = "Decryption key to use when reading the datafiles."
  13.   },{
  14.     .name = "dbg",
  15.     .arg = NULL,
  16.     .dfault = NULL,
  17.     .desc = "Run in debugger mode."
  18.   },{}
  19. };
  20.  
  21. static scc_param_help_t scvm_param_help[] = {
  22.   {
  23.     .name = "OPTIONS",
  24.     .group = options_param_help
  25.   },{}
  26. };
  27.  
  28. static scc_help_t scvm_help = {
  29.   .name = "scvm",
  30.   .usage = "[OPTIONS] basename",
  31.   .param_help = scvm_param_help
  32. };
  33.