mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Mixed up -lsy and -lso. Not worth releasing fix for
This commit is contained in:
@@ -36,8 +36,8 @@ namespace DATabase
|
||||
import = import || (arg == "-i" || arg == "--import");
|
||||
generate = generate || (arg == "-g" || arg == "--generate");
|
||||
convert = convert || (arg == "-c" || arg == "--convert");
|
||||
listsys = listsys || (arg == "-lso");
|
||||
listsrc = listsrc || (arg == "-lsy");
|
||||
listsys = listsys || (arg == "-lsy");
|
||||
listsrc = listsrc || (arg == "-lso");
|
||||
norename = norename || (arg == "-nr" || arg == "--no-rename");
|
||||
old = old || (arg == "-old" || arg == "--old");
|
||||
systems = (arg.StartsWith("system=") && systems == "" ? arg.Split('=')[1] : systems);
|
||||
|
||||
Reference in New Issue
Block a user