1
0
mirror of https://github.com/PurpleI2P/i2pd-tools synced 2025-03-12 13:21:11 +00:00

Merge pull request #19 from SOUx4cx4fx56x69/master

...Last for today:)
This commit is contained in:
orignal 2017-08-08 13:45:51 -04:00 committed by GitHub
commit 83eb8cc858

View File

@ -60,7 +60,7 @@ void thread_find(const char * prefix){
#endif
int main (int argc, char * argv[])
{
if (argc < 2)
if ( argc < 3 )
{
std::cout << "Usage: " << argv[0] << " filename generatestring <signature type>" << std::endl;
return 0;