diff --git a/README.md b/README.md index 384c3a2..ec29bda 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ Options: | Flag | Description | | :--------------------- | :--------------------------------------- | -| `-e, --encoding ` | `ascii` (default), `ansi`, `utf8` | +| `-e, --encoding ` | `ascii`, `ansi`, `utf8` (default) | | `-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 | diff --git a/README.zh-CN.md b/README.zh-CN.md index 86ec63c..260eebc 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -251,7 +251,7 @@ Options: | 参数 | 描述 | | :--------------------- | :--------------------------------------- | -| `-e, --encoding ` | `ascii` (默认), `ansi`, `utf8` | +| `-e, --encoding ` | `ascii`, `ansi`, `utf8` (默认) | | `-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 |