📘 Update the help info to match the _tmain.cpp

This commit is contained in:
bitcookies
2026-03-22 13:08:09 +08:00
parent ea6158b291
commit cc6c7760d2
2 changed files with 2 additions and 6 deletions
+1 -3
View File
@@ -255,7 +255,7 @@ Options:
| Flag | Description |
| :--------------------- | :--------------------------------------- |
| `-e, --encoding <enc>` | `ascii`, `ansi`, `utf8` (default) |
| `-e, --encoding <enc>` | `utf8` (default), `ascii`, `ansi` |
| `-o, --output <file>` | Output file path (default: `rarreg.key`) |
| `-a, --activate` | Write to `%APPDATA%\WinRAR\rarreg.key` |
| `-t, --text` | Print to console only, don't write file |
@@ -268,8 +268,6 @@ Here is an example of ASCII encoding for `Github` and `Single PC usage license`.
./winrar-keygen.exe "Github" "Single PC usage license" -t -e ascii
```
![Terminal](assets/terminal.png)
Now you can see the newly generated file.
```console