This commit is contained in:
Mathieu Rene 2010-10-12 16:52:16 -04:00
parent cd124ad802
commit 4b86794dea
1 changed files with 2 additions and 2 deletions

View File

@ -224,8 +224,8 @@ end:
return r; return r;
usage: usage:
printf("Usage: %s [options] input output\n\n", argv[0]); printf("Usage: %s [options] input output\n\n", argv[0]);
printf("The output must end in the format, eg: myfile.SPEEX\n"); printf("The output must end in the format, e.g., myfile.SPEEX\n");
printf("\t\t -l module[,module]\t Load additional modules (coma-separated)\n"); printf("\t\t -l module[,module]\t Load additional modules (comma-separated)\n");
printf("\t\t -f format\t\t fmtp to pass to the codec\n"); printf("\t\t -f format\t\t fmtp to pass to the codec\n");
printf("\t\t -p ptime\t\t ptime to use while encoding\n"); printf("\t\t -p ptime\t\t ptime to use while encoding\n");
printf("\t\t -r rate\t\t sampling rate\n"); printf("\t\t -r rate\t\t sampling rate\n");