[Headerer] More flag stuff

This commit is contained in:
Matt Nadareski
2016-09-12 15:33:34 -07:00
parent 67431e953c
commit 911da0c6f3
3 changed files with 5 additions and 5 deletions

View File

@@ -297,8 +297,8 @@ namespace SabreTools.Helper
helptext.Add("");
helptext.Add("Options:");
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");
helptext.Add(" -e, --extract Detect and remove mode");
helptext.Add(" -r, --restore Restore header to file based on SHA-1");
break;
case "SimpleSort":
helptext.Add(Resources.Resources.SimpleSort_Name + " - " + Resources.Resources.SimpleSort_Desc);