Skip to content

Commit

Permalink
Fix typo in startool help
Browse files Browse the repository at this point in the history
Help says `-v` will extract sound. It is actually `-s`.
  • Loading branch information
shinra-electric authored Dec 13, 2023
1 parent 98f45fa commit 19eb42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/startool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const option::Descriptor usage[] =
},
{ HELP, 0, "h", "help", option::Arg::None, " --help, -h \t\tPrint usage and exit" },
{ VIDEO, 0, "v", "video", Arg::None, " --video, -v \t\tExtract and convert videos" },
{ SOUND, 0, "s", "sound", Arg::None, " --sound, -v \t\tExtract and convert sounds" },
{ SOUND, 0, "s", "sound", Arg::None, " --sound, -s \t\tExtract and convert sounds" },
{ DEV, 0, "d", "dev", Arg::None,
" --dev, -d \t\tSome test hooks while development. Don't use it if you don't know what it does!"},
{ VERSIONPARAM, 0, "V", "version", Arg::None, " --version, -V \t\tShow version" },
Expand Down

0 comments on commit 19eb42e

Please sign in to comment.