Make help more descriptive on usage

This commit is contained in:
Matt Nadareski
2016-04-28 15:57:38 -07:00
parent 3b371dbf8d
commit a2d3c04155

View File

@@ -178,7 +178,12 @@ Usage: OfflineMerge [options] [Complete] [Missing] [NewComplete]
Options: Options:
-h, -?, --help Show this help dialog -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; break;
default: default:
Console.Write("This is the default help output"); Console.Write("This is the default help output");