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

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

version 1.15, 2008/05/23 07:15:46 version 1.16, 2008/05/23 12:56:27
Line 146 
Line 146 
         extern char *__progname;          extern char *__progname;
   
         fprintf(stderr,          fprintf(stderr,
             "usage: %s [-u] [-d level] [-f device]\n"              "usage: %s [-u] [-C min:max] [-c min:max] [-d level] "
             "\t[-C min:max] [-E enc] [-R rate] [-H fmt] [-o file]\n"              "[-E enc] [-e enc]\n"
             "\t[-c min:max] [-e enc] [-r rate] [-h fmt] [-i file]\n"              "\t[-f device] [-H fmt] [-h fmt] [-i file] [-o file] [-R rate]\n"
             "\t-C: range of channel numbers stored in the output file\n"              "\t[-r rate]\n",
             "\t-c: range of channel numbers provided by the input file\n"  
             "\t-d: debug level, between 0 and 4\n"  
             "\t-E: output file encoding (eg. s8, u8, s16le, u32be...)\n"  
             "\t-e: input file encoding (eg. s8, u8, s16le, u32be...)\n"  
             "\t-f: use this device instead of /dev/audio\n"  
             "\t-H: output file header format (eg. auto, wav, raw)\n"  
             "\t-h: input file header format (eg. auto, wav, raw)\n"  
             "\t-i: read samples from file (\"-\" means stdin)\n"  
             "\t-R: sample rate in Hz of the output file\n"  
             "\t-r: sample rate in Hz of the input file\n"  
             "\t-o: write samples to file (\"-\" means stdout)\n"  
             "\t-u: use last -C, -c, -E, -e, -R, -r options "  
             "for device parameters\n",  
             __progname);              __progname);
 }  }
   

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