mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Make help more descriptive on usage
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user