/[mailutils]/mailutils/dotlock/dotlock.c
ViewVC logotype

Diff of /mailutils/dotlock/dotlock.c

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

revision 1.5 by polak, Thu Dec 26 20:51:05 2002 UTC revision 1.6 by gray, Fri Dec 27 19:31:05 2002 UTC
# Line 44  static struct argp_option options[] = { Line 44  static struct argp_option options[] = {
44    {"unlock", 'u', NULL, 0,    {"unlock", 'u', NULL, 0,
45     N_("Unlock"), 0},     N_("Unlock"), 0},
46    
47    {"force", 'f', "MINUTES", OPTION_ARG_OPTIONAL,    {"force", 'f', N_("MINUTES"), OPTION_ARG_OPTIONAL,
48     N_("Forcibly break an existing lock older than a certain time"), 0},     N_("Forcibly break an existing lock older than a certain time"), 0},
49    
50    {"retry", 'r', "RETRIES", OPTION_ARG_OPTIONAL,    {"retry", 'r', N_("RETRIES"), OPTION_ARG_OPTIONAL,
51     N_("Retry the lock a few times"), 0},     N_("Retry the lock a few times"), 0},
52    
53    {"debug", 'd', NULL, 0,    {"debug", 'd', NULL, 0,
54     N_("Print details of failure reasons to stderr"), 0},     N_("Print details of failure reasons to stderr"), 0},
55    
56    {"test", 'T', "PROGRAM", OPTION_HIDDEN,    {"test", 'T', N_("PROGRAM"), OPTION_HIDDEN,
57     N_("Test external dotlocker"), 0},     N_("Test external dotlocker"), 0},
58    
59    {NULL, 0, NULL, 0, NULL, 0}    {NULL, 0, NULL, 0, NULL, 0}

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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