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

Diff for /src/usr.bin/ctags/ctags.c between version 1.10 and 1.11

version 1.10, 2003/06/10 22:20:45 version 1.11, 2007/03/15 22:41:17
Line 131 
Line 131 
         argc -= optind;          argc -= optind;
         if (!argc) {          if (!argc) {
 usage:          (void)fprintf(stderr,  usage:          (void)fprintf(stderr,
                         "usage: ctags [-BFadtuwvx] [-f tagsfile] file ...\n");                          "usage: ctags [-aBdFtuvwx] [-f tagsfile] file ...\n");
                 exit(1);                  exit(1);
         }          }
   

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