From a2d3c041559284fa29977429a3d83d57c9ab1109 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 28 Apr 2016 15:57:38 -0700 Subject: [PATCH] Make help more descriptive on usage --- SabreHelper/Build.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/SabreHelper/Build.cs b/SabreHelper/Build.cs index f75125c1..62560f96 100644 --- a/SabreHelper/Build.cs +++ b/SabreHelper/Build.cs @@ -178,7 +178,12 @@ Usage: OfflineMerge [options] [Complete] [Missing] [NewComplete] Options: -h, -?, --help Show this help dialog - -f, --fake Replace all hashes and sizes by the default"); + -f, --fake Replace all hashes and sizes by the default + +This program will output the following DATs: + (a) Net New - (NewComplete)-(Complete) + (b) Unneeded - (Complete)-(NewComplete) + (c) New Missing - (Net New)+(Missing-(Unneeded))"); break; default: Console.Write("This is the default help output");