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

Diff for /src/usr.bin/apply/apply.c between version 1.7 and 1.8

version 1.7, 2000/11/20 14:07:06 version 1.8, 2000/12/24 11:22:54
Line 233 
Line 233 
 void  void
 usage()  usage()
 {  {
   
         (void)fprintf(stderr,          (void)fprintf(stderr,
             "usage: apply [-a magic] [-0123456789] [-d] command arguments [...]\n");              "usage: apply [-#] [-a magic] [-d] command argument [...]\n");
         exit(1);          exit(1);
 }  }

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