🔧 Changed the incorrect example code

Changed the incorrect example code
This commit is contained in:
bitcookies
2022-04-24 14:46:12 +08:00
parent 060751a31a
commit 57ea4fbeb7
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -222,7 +222,7 @@ Example:
or:
winrar-keygen.exe "Github" "Github.com" > rarreg.key
or:
winrar-keygen.exe "Github" "Github.com" > rarreg.key | out-file -encoding ascii rarreg.key
winrar-keygen.exe "Github" "Github.com" | Out-File -Encoding ASCII rarreg.key
```
![Terminal](assets/terminal.png)
@@ -274,7 +274,7 @@ winrar-keygen.exe "Github" "Github.com" > rarreg.key
请使用如下命令:
```console
winrar-keygen.exe "Github" "Github.com" > rarreg.key | out-file -encoding ascii rarreg.key
winrar-keygen.exe "Github" "Github.com" | Out-File -Encoding ASCII rarreg.key
```
### 7.3 Key的位置