make keygen accept 2 parameters

This commit is contained in:
Jeff Becker 2016-10-10 07:18:33 -04:00
parent 8533fc2f64
commit 398f2a1fe4
No known key found for this signature in database
GPG key ID: AB950234D6EA286B

View file

@ -6,7 +6,7 @@
int main (int argc, char * argv[])
{
if (argc < 3)
if (argc < 2)
{
std::cout << "Usage: keygen filename <signuture type>" << std::endl;
return -1;