make keygen accept 2 parameters

pull/1/head
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
1 changed files with 1 additions and 1 deletions

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;