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

Diff for /src/usr.bin/midiplay/Attic/midiplay.c between version 1.5 and 1.6

version 1.5, 2004/05/14 04:27:26 version 1.6, 2005/03/11 22:54:06
Line 132 
Line 132 
 void  void
 usage(void)  usage(void)
 {  {
         printf("Usage: %s [-d unit] [-f file] [-l] [-m] [-q] [-t tempo]"          printf("Usage: %s [-lmqvx] [-d devno] [-f file] [-t tempo] "
             "[-v] [-x] [file ...]\n", __progname);              "[file ...]\n", __progname);
         exit(1);          exit(1);
 }  }
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6