/[mailutils]/mailutils/mailbox/mu_argp.c
ViewVC logotype

Diff of /mailutils/mailbox/mu_argp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by sroberts, Tue May 14 03:17:46 2002 UTC revision 1.3 by gray, Fri Jul 26 11:16:25 2002 UTC
# Line 143  static struct argp_option mu_daemon_argp Line 143  static struct argp_option mu_daemon_argp
143     "Listen on specified port number", 0},     "Listen on specified port number", 0},
144    {"timeout", 't', "NUMBER", 0,    {"timeout", 't', "NUMBER", 0,
145     "Set idle timeout value to NUMBER seconds", 0},     "Set idle timeout value to NUMBER seconds", 0},
146      {"transcript", 'x', NULL, 0,
147       "output session transcript via syslog", 0},
148    { NULL,      0, NULL, 0, NULL, 0 }    { NULL,      0, NULL, 0, NULL, 0 }
149  };    };  
150    
# Line 481  mu_daemon_argp_parser (int key, char *ar Line 483  mu_daemon_argp_parser (int key, char *ar
483      case 't':      case 't':
484        p->timeout = strtoul (arg, NULL, 10);        p->timeout = strtoul (arg, NULL, 10);
485        break;        break;
486    
487        case 'x':
488          p->transcript = 1;
489          break;
490                
491      default:      default:
492        return ARGP_ERR_UNKNOWN;        return ARGP_ERR_UNKNOWN;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26