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

Diff for /src/usr.bin/uniq/uniq.c between version 1.16 and 1.17

version 1.16, 2007/11/09 20:04:03 version 1.17, 2007/11/11 17:50:29
Line 243 
Line 243 
         extern char *__progname;          extern char *__progname;
   
         (void)fprintf(stderr,          (void)fprintf(stderr,
             "usage: %s [-c | -d | -u] [-f fields] [-s chars] [input_file [output_file]]\n",              "usage: %s [-c] [-d | -u] [-f fields] [-s chars] [input_file [output_file]]\n",
             __progname);              __progname);
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17