diff --git a/Deheader/Deheader.cs b/Deheader/Deheader.cs index 03e9487e..fd5e8ab8 100644 --- a/Deheader/Deheader.cs +++ b/Deheader/Deheader.cs @@ -13,7 +13,12 @@ namespace SabreTools { private static Dictionary types; 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"; /// /// Start deheader operation with supplied parameters