mirror of
https://github.com/SabreTools/NDecrypt.git
synced 2026-07-08 18:06:38 +00:00
Remove support for old "citra" flag name
This commit is contained in:
@@ -47,8 +47,7 @@ namespace NDecrypt
|
||||
int start = 1;
|
||||
for (; start < args.Length; start++)
|
||||
{
|
||||
if (args[start] == "-a" || args[start] == "--aes-keys"
|
||||
|| args[start] == "-c" || args[start] == "--citra")
|
||||
if (args[start] == "-a" || args[start] == "--aes-keys")
|
||||
{
|
||||
useAesKeysTxt = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user