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

Diff for /src/usr.bin/cvs/cvs.c between version 1.57 and 1.58

version 1.57, 2005/04/21 20:56:12 version 1.58, 2005/04/22 03:38:56
Line 124 
Line 124 
         {          {
                 CVS_OP_DIFF, "diff",     { "di",  "dif" }, &cvs_diff,                  CVS_OP_DIFF, "diff",     { "di",  "dif" }, &cvs_diff,
                 "[-cilNpu] [-D date] [-r rev] ...",                  "[-cilNpu] [-D date] [-r rev] ...",
                 "cD:ilNpr:u",                  "cD:ilNpr:Ru",
                 "Show differences between revisions",                  "Show differences between revisions",
                 NULL                  NULL
         },          },

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58