diff --git a/DATabase/DATabase.csproj b/DATabase/DATabase.csproj
index 1683a1fe..04e8bb63 100644
--- a/DATabase/DATabase.csproj
+++ b/DATabase/DATabase.csproj
@@ -87,7 +87,7 @@
-
+
diff --git a/DATabase/SingleGame.cs b/DATabase/TrimMerge.cs
similarity index 100%
rename from DATabase/SingleGame.cs
rename to DATabase/TrimMerge.cs
diff --git a/README.MD b/README.MD
index bfaf8a82..8921cf41 100644
--- a/README.MD
+++ b/README.MD
@@ -21,6 +21,7 @@ The main tool of the SabreTools suite. Performs the majority of the core feature
- Importing and Generating DAT files in RomVault and XML formats
- Converting DATs from RomVault to XML format
+ - Trim DAT entries and optionally merge into a single game (formerly SingleGame; requested by Kludge)
- Add and remove sources and systems from the database
- Retrieve a list of all sources and systems that are available
@@ -63,10 +64,6 @@ This a versitile Directory to DAT file creator developed to reduce the overhead
This section is for tools that have been requested for a highly specific purpose and are not generally going to be used by regular users. All of them have a possibility of being included in the main DATabase program eventually.
-SingleGame
-
-Experimental tool for trimming all files in DAT (or folder of DATs) so that they fall within the path size limits of NTFS. By default, it also merges all games into a single, minimally-named game for uncompressed sets.
-
MergeDAT
A program to merge (or diff) an arbitrary number of DATs
diff --git a/SabreHelper/Build.cs b/SabreHelper/Build.cs
index 1b04bcdc..00c318e2 100644
--- a/SabreHelper/Build.cs
+++ b/SabreHelper/Build.cs
@@ -122,18 +122,6 @@ Options:
-e Detect and remove mode
-r Restore header to file based on SHA-1");
break;
- case "SingleGame":
- Console.WriteLine(@"SingleGame - Process DATs for use in server environments
------------------------------------------
-Usage: SingleGame.exe [option] [filename|dirname]
-
-Options:
- -rd=, --root-dir= Set the directory name for path size
- -l, --log Enable logging to file
- -nr, --no-rename Disable single-game mode
- -df, --disable-force Disable forceunzipping
-");
- break;
case "DATFromDir":
Console.WriteLine(@"DATFromDir - Create a DAT file from a directory
-----------------------------------------