Compression tools no longer assume that input files are in the current directory. Full paths can now be specified to the input file and the output file will be written to the same directory, or to the directory specified in the command line arguments depending on the tool.

svn-id: r28085
This commit is contained in:
Sean Murray
2007-07-15 03:29:33 +00:00
parent b16ec442b3
commit c457651f15
12 changed files with 462 additions and 239 deletions
+1 -1
View File
@@ -699,7 +699,7 @@ void convertWAV(char *wavName, char *prefix) {
}
void showhelp(char *exename) {
printf("\nUsage: %s <params> <file>\n", exename);
printf("\nUsage: %s [params] <file>\n", exename);
printf("\nParams:\n");
printf(" --mp3 encode to MP3 format (default)\n");