mirror of
https://github.com/PurpleI2P/i2pd-tools
synced 2025-03-12 21:31:20 +00:00
make keygen accept 2 parameters
This commit is contained in:
parent
8533fc2f64
commit
398f2a1fe4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user