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

Diff for /src/usr.bin/cvs/annotate.c between version 1.55 and 1.56

version 1.55, 2008/02/10 10:21:42 version 1.56, 2008/03/02 19:05:34
Line 84 
Line 84 
                         cvs_specified_tag = optarg;                          cvs_specified_tag = optarg;
                         break;                          break;
                 default:                  default:
                         fatal("%s", cvs_cmd_annotate.cmd_synopsis);                          fatal("%s", cvs_cmdop == CVS_OP_ANNOTATE ?
                               cvs_cmd_annotate.cmd_synopsis :
                               cvs_cmd_rannotate.cmd_synopsis);
                 }                  }
         }          }
   

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56