[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.20 and 1.21

version 1.20, 2005/03/25 16:54:17 version 1.21, 2005/05/15 16:22:12
Line 248 
Line 248 
 usage(void)  usage(void)
 {  {
         (void)fprintf(stderr,          (void)fprintf(stderr,
             "usage: apply [-#] [-a magic] [-d] command argument [...]\n");              "usage: apply [-#] [-d] [-a magic] command argument ...\n");
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21