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

Diff for /src/usr.bin/cut/cut.c between version 1.4 and 1.5

version 1.4, 1997/09/12 04:12:51 version 1.5, 1997/11/05 00:18:44
Line 278 
Line 278 
 usage()  usage()
 {  {
         (void)fprintf(stderr,          (void)fprintf(stderr,
 "usage:\tcut -c list [file1 ...]\n\tcut -f list [-s] [-d delim] [file ...]\n");                  "usage:\tcut -c list [file1 ...]\n"
                   "\tcut -f list [-s] [-d delim] [file ...]\n"
                   "\tcut -b list [-n] [file ...]\n");
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5