[Build] Make headerer help more correct

This commit is contained in:
Matt Nadareski
2016-09-12 15:32:22 -07:00
parent ea719c828c
commit 67431e953c
2 changed files with 6 additions and 2 deletions

View File

@@ -296,8 +296,9 @@ namespace SabreTools.Helper
helptext.Add(Resources.Resources.Usage + ": " + Resources.Resources.Headerer_Name + " [option] [filename|dirname]");
helptext.Add("");
helptext.Add("Options:");
helptext.Add(" -e Detect and remove mode");
helptext.Add(" -r Restore header to file based on SHA-1");
helptext.Add(" -?, -h, --help Show this help");
helptext.Add(" -e Detect and remove mode");
helptext.Add(" -r Restore header to file based on SHA-1");
break;
case "SimpleSort":
helptext.Add(Resources.Resources.SimpleSort_Name + " - " + Resources.Resources.SimpleSort_Desc);