mirror of
https://github.com/scummvm/scummvm-tools.git
synced 2026-05-21 05:40:44 +00:00
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:
+1
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user