Update example gif

This commit is contained in:
RatzzFatzz
2025-02-04 14:45:57 +01:00
parent 0813744148
commit ffac36ac27
3 changed files with 6 additions and 5 deletions

View File

@@ -18,9 +18,9 @@ class ConfigTest {
"-c", "2",
"-t", "4",
"-i", ".*[abc].*",
"-fk", "testForced",
"-ck", "testCommentary",
"-ps", "testPreferred"
"--forced-keywords", "testForced",
"--commentary-keywords", "testCommentary",
"--preferred-subtitles", "testPreferred"
};
CommandLine.populateCommand(Config.getInstance(), sut);