1
0
mirror of https://github.com/PurpleI2P/i2pd-tools synced 2025-03-13 05:41:07 +00:00

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