mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix build from previous commits
This commit is contained in:
@@ -14,11 +14,10 @@ namespace RombaSharp.Features
|
||||
public EDiffdat()
|
||||
{
|
||||
Name = Value;
|
||||
Flags = ["ediffdat"];
|
||||
Flags.AddRange(["ediffdat"]);
|
||||
Description = "Creates a DAT file with those entries that are in -new DAT.";
|
||||
_featureType = ParameterType.Flag;
|
||||
LongDescription = @"Creates a DAT file with those entries that are in -new DAT files and not in -old DAT files. Ignores those entries in -old that are not in -new.";
|
||||
Features = [];
|
||||
|
||||
// Common Features
|
||||
AddCommonFeatures();
|
||||
|
||||
Reference in New Issue
Block a user