Add better help text to Deheader

This commit is contained in:
Matt Nadareski
2016-03-29 14:59:14 -07:00
parent 175334a62c
commit af728123f0

View File

@@ -13,7 +13,12 @@ namespace SabreTools
{ {
private static Dictionary<string, int> types; private static Dictionary<string, int> types;
private static bool save; private static bool save;
private static string help = @"Deheader.exe [-s] filename|dirname"; private static string help = @"Deheader - Remove headers from roms
-----------------------------------------
Usage: Deheader [option] [filename|dirname]
Options:
-s Enable saving of the extracted header";
/// <summary> /// <summary>
/// Start deheader operation with supplied parameters /// Start deheader operation with supplied parameters