/[mailutils]/mailutils/pop3d/popauth.c
ViewVC logotype

Diff of /mailutils/pop3d/popauth.c

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

revision 1.11 by gray, Sat Mar 29 16:59:48 2003 UTC revision 1.12 by gray, Thu Jun 26 14:26:42 2003 UTC
# Line 68  static struct argp_option options[] = Line 68  static struct argp_option options[] =
68    { "modify", 'm', 0, 0, N_("Modify user's record (change password)"), 1 },    { "modify", 'm', 0, 0, N_("Modify user's record (change password)"), 1 },
69    { "delete", 'd', 0, 0, N_("Delete user's record"), 1 },    { "delete", 'd', 0, 0, N_("Delete user's record"), 1 },
70    { "list", 'l', 0, 0, N_("List the contents of DBM file"), 1 },    { "list", 'l', 0, 0, N_("List the contents of DBM file"), 1 },
71      { "create", 'c', 0, 0, N_("Create the DBM from a plaintext file"), 1 },
72    
73    { NULL, 0, NULL, 0,    { NULL, 0, NULL, 0,
74      N_("Default action is:\n"      N_("Default action is:\n"
# Line 112  popauth_parse_opt (int key, char *arg, s Line 113  popauth_parse_opt (int key, char *arg, s
113        check_action (ap->action);        check_action (ap->action);
114        ap->action = ACT_ADD;        ap->action = ACT_ADD;
115        break;        break;
116            
117        case 'c':
118          check_action (ap->action);
119          ap->action = ACT_CREATE;
120          break;
121          
122      case 'l':      case 'l':
123        check_action (ap->action);        check_action (ap->action);
124        ap->action = ACT_LIST;        ap->action = ACT_LIST;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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