diff --git a/README.md b/README.md index b58f630..d997f03 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ Options: | Flag | Description | | :--------------------- | :--------------------------------------- | -| `-e, --encoding ` | `ascii`, `ansi`, `utf8` (default) | +| `-e, --encoding ` | `utf8` (default), `ascii`, `ansi` | | `-o, --output ` | 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 diff --git a/README.zh-CN.md b/README.zh-CN.md index f297214..cca235b 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -250,7 +250,7 @@ Options: | 参数 | 描述 | | :--------------------- | :-------------------------------------- | -| `-e, --encoding ` | `ascii`, `ansi`, `utf8` (默认) | +| `-e, --encoding ` | `utf8` (默认), `ascii`, `ansi` | | `-o, --output ` | Output file path (默认: `rarreg.key`) | | `-a, --activate` | Write to `%APPDATA%\WinRAR\rarreg.key` | | `-t, --text` | Print to console only, don't write file | @@ -263,8 +263,6 @@ Options: ./winrar-keygen.exe "Github" "Single PC usage license" -t -e ascii ``` -![Terminal](assets/terminal.png) - 现在你可以看到新生成的文件: ```console