This commit is contained in:
Paul Donald 2025-08-18 14:54:42 +07:00 committed by GitHub
commit 64c5ca61e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ func main() {
bar := pb.StartNew(*keyTries*2 + *numHosts)
if *numHosts > *keyTries {
println("Can't generate less keys than hosts.")
println("Can't generate fewer keys than hosts.")
return
}