Update config parameters and descriptions

This commit is contained in:
RatzzFatzz
2025-02-04 13:49:19 +01:00
parent 36bd93bb50
commit 44d2601d3e
3 changed files with 25 additions and 23 deletions

View File

@@ -18,11 +18,12 @@ import java.util.Set;
@Slf4j
@CommandLine.Command(
name = "mkvasc",
name = "mkvaudiosubtitlechanger",
usageHelpWidth = 120,
customSynopsis = {
"mkvasc -a <attributeConfig>... -l <libraryPath> [-s]",
"Example: mkvasc -a eng:eng eng:ger -l /mnt/media/ -s"
"mkvaudiosubtitlechanger -a <attributeConfig>... -l <libraryPath> [-s]",
"Example: mkvaudiosubtitlechanger -a eng:eng eng:ger -l /mnt/media/ -s",
""
},
mixinStandardHelpOptions = true,
versionProvider = ProjectUtil.class