/[gnats]/gnats/gnats/gen-index.c
ViewVC logotype

Diff of /gnats/gnats/gen-index.c

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

revision 1.26 by pdm, Mon May 20 12:24:40 2002 UTC revision 1.27 by pdm, Sun Jul 28 19:21:11 2002 UTC
# Line 1  Line 1 
1  /* Generate an index file for an existing GNATS database.  /* Generate an index file for an existing GNATS database.
2     Copyright (C) 2001, 2002 Milan Zamazal     Copyright (C) 1993, 1995, 1999, 2001, 2002 Free Software Foundation, Inc.
    Copyright (C) 1993, 1995, 1999 Free Software Foundation, Inc.  
3     Contributed by Brendan Kehoe (brendan@cygnus.com).     Contributed by Brendan Kehoe (brendan@cygnus.com).
4     Further hacked by Milan Zamazal (pdm@zamazal.org).     Further hacked by Milan Zamazal (pdm@zamazal.org).
5    
# Line 232  main (int argc, char **argv) Line 231  main (int argc, char **argv)
231    PR *pr = NULL;      PR *pr = NULL;  
232    struct option long_options[] =    struct option long_options[] =
233    {    {
234      {"database",  required_argument, NULL,             'd'},      {"database",  required_argument, NULL, 'd'},
235      {"outfile",   required_argument, NULL,             'o'},      {"outfile",   required_argument, NULL, 'o'},
236      {"numerical", no_argument,       &numeric_sorting, 'n'},      {"numerical", no_argument,       NULL, 'n'},
237      {"import",    no_argument,       &importp,         'i'},      {"import",    no_argument,       NULL, 'i'},
238      {"export",    no_argument,       &exportp,         'e'},      {"export",    no_argument,       NULL, 'e'},
239      {"help",      no_argument,       NULL,             'h'},      {"help",      no_argument,       NULL, 'h'},
240      {"version",   no_argument,       NULL,             'V'},      {"version",   no_argument,       NULL, 'V'},
241      {NULL, 0, NULL, 0}      {NULL, 0, NULL, 0}
242    };    };
243        

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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