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

Diff for /src/usr.bin/unifdef/unifdef.c between version 1.11 and 1.12

version 1.11, 2003/06/30 18:37:48 version 1.12, 2007/04/02 14:12:51
Line 293 
Line 293 
 static void  static void
 usage(void)  usage(void)
 {  {
         fprintf(stderr, "usage: unifdef [-cdeklst]"          fprintf(stderr,
             " [-Dsym[=val]] [-Usym] [-iDsym[=val]] [-iUsym] ... [file]\n");              "usage: unifdef [-ceklst] [-Dsym[=val]] [-Ipath] [-iDsym[=val]] "
               "[-iUsym] [-Usym]\n"
               "\t[file]\n");
         exit(2);          exit(2);
 }  }
   

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12