Changes to gnats/gnats/pr-stat.c

Milan Zamazal <[email protected]> Sun, 28 Jul 2002 15:21:29 -0400
Newsgroups gmane.comp.bug-tracking.gnats.patches
Message-ID <[email protected]>
Index: gnats/gnats/pr-stat.c
diff -c gnats/gnats/pr-stat.c:1.13 gnats/gnats/pr-stat.c:1.14
*** gnats/gnats/pr-stat.c:1.13	Sun Apr 15 14:11:51 2001
--- gnats/gnats/pr-stat.c	Sun Jul 28 15:21:29 2002
***************
*** 1,5 ****
  /* Give stats on PRs regarding their lifetime from open to closed state.
!    Copyright (C) 1994, 1995 Free Software Foundation, Inc.
     Contributed by Brendan Kehoe ([email protected]).
  
  This file is part of GNU GNATS.
--- 1,5 ----
  /* Give stats on PRs regarding their lifetime from open to closed state.
!    Copyright (C) 1994, 1995, 2002 Free Software Foundation, Inc.
     Contributed by Brendan Kehoe ([email protected]).
  
  This file is part of GNU GNATS.
***************
*** 38,45 ****
  
  struct option long_options[] =
  {
! /*  {"business-time", 0, NULL, 'b'},*/
! /*  {"help", 0, NULL, 'h'},*/
    {"database", 1, NULL, 'd'},
    {"version", 0, NULL, 'V'},
    {NULL, 0, NULL, 0}
--- 38,44 ----
  
  struct option long_options[] =
  {
!   {"help", 0, NULL, 'h'},
    {"database", 1, NULL, 'd'},
    {"version", 0, NULL, 'V'},
    {NULL, 0, NULL, 0}