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

Diff for /src/usr.bin/split/split.c between version 1.15 and 1.16

version 1.15, 2007/09/25 11:20:34 version 1.16, 2007/10/20 18:08:57
Line 326 
Line 326 
 {  {
         extern char *__progname;          extern char *__progname;
   
         (void)fprintf(stderr, "usage: %s [-a suffix_length] "          (void)fprintf(stderr, "usage: %s [-a suffix_length]\n"
             "[-b byte_count[k|m] | -l line_count | -p pattern] [file [name]]\n",              "             [-b byte_count[k|m] | -l line_count | -p pattern] "
             __progname);              "[file [name]]\n", __progname);
         exit(EX_USAGE);          exit(EX_USAGE);
 }  }

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