From 27aad402613175e2eb5d761599ce648431cdaf38 Mon Sep 17 00:00:00 2001 From: agilly1989 <50060406+agilly1989@users.noreply.github.com> Date: Sun, 20 Dec 2020 00:11:11 +1000 Subject: [PATCH] Fixed the -titlekey argument the correct arg is titleKey as per Main.java:40 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4849e19..b6951c8 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ usage: -noVerify Disables verification after (de)compressing -out The path where the result will be saved -overwrite Optional. Overwrites existing files - -titlekey Optional. HexString. Will be used if no "game.key" in the + -titleKey Optional. HexString. Will be used if no "game.key" in the folder of the wud image is found -verify Compares two WUD images to find differences ```