Skip to content

Commit

Permalink
v 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Oelckers committed Aug 8, 2021
1 parent 132f038 commit 6ac6562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ int main(int argc, char ** argv)
}
else
{
printf("WadExt v1.1 (c) 2016 Christoph Oelckers\nUsage: wadext [options] filename\n");
printf("WadExt v2.0 (c) 2016 Christoph Oelckers\nUsage: wadext [options] filename\n");
printf("Options:\n");
printf(" -nogfxconvert : Leave Doom format patches and flats in their original form, if not specified they will be converted to PNG.\n");
printf(" -nosndconvert : Leave Doom format sounds in their original form, if not specified they will be converted to WAV.\n");
Expand Down

0 comments on commit 6ac6562

Please sign in to comment.