Enable AB mode

This mode outputs all necessary differences between two DATs, especially if combined with Diff mode.
This commit is contained in:
Matt Nadareski
2016-04-22 15:09:07 -07:00
parent bb75c6ee3a
commit 9123452d17
3 changed files with 43 additions and 25 deletions

View File

@@ -874,7 +874,7 @@ Make a selection:
4) Category" + (cat != "" ? ":\t" + cat : "") + @"
5) Version" + (version != "" ? ":\t" + version : "") + @"
6) Author" + (author != "" ? ":\t" + author : "") + @"
7) " + (ad ? "Only output normal diff" : "Output all diff variants") + @"
7) " + (ad ? "Only output normal diff" : "Output all diff variants (2 files only)") + @"
8) " + (dedup ? "Don't dedup files in output" : "Dedup files in output") + @"
9) " + (diff ? "Only merge the input files" : "Diff the input files") + @"
10) " + (bare ? "Don't append the date to the name" : "Append the date to the name") + @"