From 281ed1a9ebd9d54f52aa62b0d563d5800090111e Mon Sep 17 00:00:00 2001 From: "Colin J. Brigato" Date: Sun, 4 Apr 2021 23:38:21 +0200 Subject: [PATCH] Fixes back the oodle raw output oodleoutput was unmatched parameter in conf strict --- EsoExtractData/EsoExtractData/EsoExtractData.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EsoExtractData/EsoExtractData/EsoExtractData.cpp b/EsoExtractData/EsoExtractData/EsoExtractData.cpp index b985908..cef83d5 100644 --- a/EsoExtractData/EsoExtractData/EsoExtractData.cpp +++ b/EsoExtractData/EsoExtractData/EsoExtractData.cpp @@ -1662,7 +1662,7 @@ cmdparamdef_t g_Cmds[] = { "origlang", "g", "origlang", "Use this LANG/CSV/TXT file for source texts when comparing files.",false, true, 1, 0, false, "" }, { "extractsubfile", "", "extractsubfile", "Extract compressed subfile data (none/combined/seperate).", false, true, 1, 0, false, "" }, { "noparsegr2", "", "noparsegr2", "Don't parse GR2 files for their original filename.", false, true, 0, 0, false, "" }, - { "oodleoutput", "", "oodleoutput", "Output the raw/compressed Oodle files.", false, true, 0, 0, false, "" }, + { "oodleraw", "", "oodleraw", "Output the raw/compressed Oodle files.", false, true, 0, 0, false, "" }, { "luafilelist", "", "luafilelist", "Output filenames to a LUA formatted array.", false, true, 1, 0, false, "" }, { "luastartindex", "", "luastartindex", "Start index for the --luafilelist option.", false, true, 1, 0, false, "1" }, { "", "", "", "", false, false, false, false, "" }