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

Diff for /src/usr.bin/cmp/cmp.c between version 1.6 and 1.7

version 1.6, 1997/06/12 19:45:21 version 1.7, 1998/01/21 22:16:32
Line 164 
Line 164 
 {  {
   
         (void)fprintf(stderr,          (void)fprintf(stderr,
             "usage: cmp [-l | s] file1 file2 [skip1 [skip2]]\n");              "usage: cmp [-l | -s] file1 file2 [skip1 [skip2]]\n");
         exit(ERR_EXIT);          exit(ERR_EXIT);
 }  }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7