[BACK]Return to calendar.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / calendar

Diff for /src/usr.bin/calendar/calendar.c between version 1.13 and 1.14

version 1.13, 2000/06/30 16:00:11 version 1.14, 2000/11/21 14:01:38
Line 157 
Line 157 
 usage()  usage()
 {  {
         (void)fprintf(stderr,          (void)fprintf(stderr,
             "usage: calendar [-a] [-A days] [-B days] [-f calendarfile] [-t [[[yy]yy][mm]]dd]\n");              "usage: calendar [-a] [-A num] [-B num] [-t [[[cc]yy][mm]]dd] "
               "[-f calendarfile]\n");
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14