mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add better help text to Deheader
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user