diff options
| author | Wither OrNot | 2025-04-07 23:23:07 +0000 |
|---|---|---|
| committer | Wither OrNot | 2025-04-07 23:23:07 +0000 |
| commit | cb5c97d443982e547a8dd5a76032de8fa6859b61 (patch) | |
| tree | 71690c5792539c9ed2ec3cc71266c2bec2e1b053 /TSforgeCLI/Program.cs | |
| parent | bdd201061daf7492fb116b86a54cd349c01fbb0a (diff) | |
| download | TSforge-cb5c97d443982e547a8dd5a76032de8fa6859b61.zip | |
update usage, readme
Diffstat (limited to 'TSforgeCLI/Program.cs')
| -rw-r--r-- | TSforgeCLI/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TSforgeCLI/Program.cs b/TSforgeCLI/Program.cs index 7c1a50b..25e132f 100644 --- a/TSforgeCLI/Program.cs +++ b/TSforgeCLI/Program.cs @@ -249,7 +249,7 @@ namespace TSforgeCLI private static void DisplayUsage() { string exeName = typeof(Program).Namespace; - Logger.WriteLine("Usage: " + exeName + " [/dump <filePath> (<encrFilePath>)] [/load <filePath>] [/kms4k] [/avma4k] [/zcid] [/rtmr] [/duid] [/igpk] [/kmsc] [/ctpr] [/revl] [/prod] [/test] [<activation id>] [/ver <version override>]"); + Logger.WriteLine("Usage: " + exeName + " [/dump <filePath> (<encrFilePath>)] [/load <filePath>] [/kms4k] [/avma4k] [/zcid] [/rtmr] [/duid] [/igpk] [/kmsc] [/ctpr] [/revl] [/siid <5/9> <group> <serial> <security>] [/prod] [/test] [<activation id>] [/ver <version override>]"); Logger.WriteLine("Options:"); Logger.WriteLine("\t/dump <filePath> (<encrFilePath>) Dump and decrypt the physical store to the specified path."); Logger.WriteLine("\t/load <filePath> Load and re-encrypt the physical store from the specified path."); |
