mirror of
https://github.com/RatzzFatzz/MKVAudioSubtitleChanger.git
synced 2026-02-10 17:55:57 +01:00
Renamed parameter excluded to exclude
This commit is contained in:
@@ -58,7 +58,7 @@ public class InputConfig implements CommandLine.IVersionProvider {
|
|||||||
private Date filterDate;
|
private Date filterDate;
|
||||||
@Option(names = {"-i", "--include-pattern"}, defaultValue = ".*", description = "include files matching pattern (default: \".*\")")
|
@Option(names = {"-i", "--include-pattern"}, defaultValue = ".*", description = "include files matching pattern (default: \".*\")")
|
||||||
private Pattern includePattern;
|
private Pattern includePattern;
|
||||||
@Option(names = {"-e", "--excluded"}, arity = "1..*",
|
@Option(names = {"-e", "--exclude"}, arity = "1..*",
|
||||||
description = "relative directories and files to be excluded (no wildcard)")
|
description = "relative directories and files to be excluded (no wildcard)")
|
||||||
private Set<String> excluded = new HashSet<>();
|
private Set<String> excluded = new HashSet<>();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user