mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Build] Make headerer help more correct
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user