less -> fewer

This commit is contained in:
Paul Donald 2023-11-20 14:28:03 +01:00 committed by GitHub
parent b759683b76
commit c1fc8fa888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}