mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 14:15:06 +03:00
less -> fewer
This commit is contained in:
parent
b759683b76
commit
c1fc8fa888
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ func main() {
|
||||||
bar := pb.StartNew(*keyTries*2 + *numHosts)
|
bar := pb.StartNew(*keyTries*2 + *numHosts)
|
||||||
|
|
||||||
if *numHosts > *keyTries {
|
if *numHosts > *keyTries {
|
||||||
println("Can't generate less keys than hosts.")
|
println("Can't generate fewer keys than hosts.")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue