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

Diff for /src/usr.bin/strip/Attic/strip.c between version 1.27 and 1.28

version 1.27, 2010/05/24 20:07:07 version 1.28, 2010/05/24 23:42:39
Line 427 
Line 427 
 {  {
         extern char *__progname;          extern char *__progname;
   
         fprintf(stderr, "usage: %s [-dx] [-o ofile] file ...\n", __progname);          fprintf(stderr, "usage: %s [-dx] [-o outfile] file ...\n", __progname);
         exit(1);          exit(1);
 }  }
   

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28