mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-05-01 13:12:30 +02:00
Vanity name fix, readme
This commit is contained in:
parent
716d8dee24
commit
599e5b07ad
2 changed files with 8 additions and 1 deletions
|
@ -62,7 +62,7 @@ int main (int argc, char * argv[])
|
|||
{
|
||||
if (argc < 2)
|
||||
{
|
||||
std::cout << "Usage: keygen filename generatestring <signature type>" << std::endl;
|
||||
std::cout << "Usage: " << argv[0] << " filename generatestring <signature type>" << std::endl;
|
||||
return 0;
|
||||
}
|
||||
i2p::crypto::InitCrypto (false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue