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

Diff for /src/usr.bin/tsort/tsort.c between version 1.17 and 1.18

version 1.17, 2003/09/22 23:39:24 version 1.18, 2004/08/04 15:30:06
Line 980 
Line 980 
 static void  static void
 usage(void)  usage(void)
 {  {
         fprintf(stderr, "Usage: %s [-h file] [-flqrvw] [file]\n", __progname);          fprintf(stderr, "Usage: %s [-flqrvw] [-h file] [file]\n", __progname);
         exit(EX_USAGE);          exit(EX_USAGE);
 }  }

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