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

Diff for /src/usr.bin/hexdump/hexsyntax.c between version 1.9 and 1.10

version 1.9, 2007/01/28 16:37:09 version 1.10, 2007/02/06 20:22:19
Line 130 
Line 130 
 usage(void)  usage(void)
 {  {
         extern char *__progname;          extern char *__progname;
         fprintf(stderr, "usage: %s [-bcCdovx] [-e fmt] [-f fmt_file] "          fprintf(stderr, "usage: %s [-bCcdovx] [-e format_string] "
                         "[-n length] [-s skip] [file ...]\n", __progname);                          "[-f format_file] [-n length]\n"
                           "\t[-s offset] [file ...]\n", __progname);
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10