diff --git a/Deheader/Headerer.cs b/Deheader/Headerer.cs index f87aae69..4794f475 100644 --- a/Deheader/Headerer.cs +++ b/Deheader/Headerer.cs @@ -89,7 +89,7 @@ namespace SabreTools flag = true; break; case "-r": - case "--replace": + case "--restore": flag = false; break; default: diff --git a/SabreTools.Helper/Data/Build.cs b/SabreTools.Helper/Data/Build.cs index e671ee52..215548b3 100644 --- a/SabreTools.Helper/Data/Build.cs +++ b/SabreTools.Helper/Data/Build.cs @@ -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); diff --git a/SabreTools.Helper/README.1ST b/SabreTools.Helper/README.1ST index eaf0fb5d..f8450333 100644 --- a/SabreTools.Helper/README.1ST +++ b/SabreTools.Helper/README.1ST @@ -98,13 +98,13 @@ 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 + -e, --extract 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- headered file. Files are then output without the detected copier header alongside the originals with the suffix .new. No input files are altered in the process. - -r Restore headers to file(s) + -r, --restore Restore headers to file(s) This mode uses stored copier headers and reapplies them to files if they match the included hash. More than one header can be applied to a file, so they will be out- put to new files, suffixed with .newX, where X is a number. No input files are