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,6 +296,7 @@ namespace SabreTools.Helper
|
||||
helptext.Add(Resources.Resources.Usage + ": " + Resources.Resources.Headerer_Name + " [option] [filename|dirname]");
|
||||
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");
|
||||
break;
|
||||
|
||||
@@ -95,6 +95,9 @@ Usage:
|
||||
Headerer.exe [options] [filename|dirname]
|
||||
|
||||
Options:
|
||||
-?, -h, --help Show the built-in help text
|
||||
Built-in to most of the programs is a basic help text
|
||||
|
||||
-e Enable detect and remove mode
|
||||
This mode allows the user to detect, store, and remove copier headers from a file
|
||||
or folder of files. The headers are backed up and collated by the hash of the un-
|
||||
|
||||
Reference in New Issue
Block a user