Skip to content

Commit

Permalink
Update release version text
Browse files Browse the repository at this point in the history
  • Loading branch information
aaaaaaaaaaaaaaaaaxaaaaaa committed Jul 15, 2019
1 parent f2c27dd commit dd4f6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MSD/MSD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <filesystem>
#include "args.hxx"

args::ArgumentParser parser("Miles 10 Sound Dumper by Lyxica v1.0-beta3");
args::ArgumentParser parser("Miles 10 Sound Dumper by Lyxica v1.0-beta4");
args::ValueFlag<std::string> audioFolder(parser, "/audio/ship", "Folder containing Miles audio files (mprj, mbnk, mstr)", { "folder" }, { "./audio/ship" });
args::ValueFlag<std::string> outputFolder(parser, "/miles_audio", "Folder to place the audio files in", { 'o', "out" }, { "./miles_audio" });
args::Flag listBankEvents(parser, "EVENTLIST", "List all event IDs and names contained in the Mile's bank", { 'l', "list" });
Expand Down

0 comments on commit dd4f6b9

Please sign in to comment.