🎉 v2.1.2

release v2.1.2
This commit is contained in:
bitcookies
2022-04-24 15:36:03 +08:00
parent f945d22759
commit e90727c376
10 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ void Help() {
_putts(TEXT(" or:"));
_putts(TEXT(" winrar-keygen.exe \"Github\" \"Github.com\" > rarreg.key\n"));
_putts(TEXT(" or:"));
_putts(TEXT(" winrar-keygen.exe \"Github\" \"Github.com\" | out-file -encoding ascii rarreg.key\n"));
_putts(TEXT(" winrar-keygen.exe \"Github\" \"Github.com\" | Out-File -Encoding ASCII rarreg.key\n"));
}
void PrintRegisterInfo(const WinRarKeygen<WinRarConfig>::RegisterInfo& Info) {