Skip to content

Commit

Permalink
Merge pull request #67 from andreas-volz/master
Browse files Browse the repository at this point in the history
wrong sound parameter documentation
  • Loading branch information
andreas-volz authored Mar 14, 2024
2 parents ccdb758 + c9d0091 commit 3ab1c9c
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 3ab1c9c

Please sign in to comment.