defuse / passgen

A password generator.
78 stars 25 forks source link

Why check argc < 2? #37

Closed defuse closed 9 years ago

defuse commented 9 years ago

Why does the code check argc < 2? I think this check was left in from before we started using getopt?

defuse commented 9 years ago

Confirmed it's a useless redundant check. Removed it.