1
0
mirror of https://github.com/PurpleI2P/i2pd-tools synced 2025-02-07 12:14:13 +00:00
This commit is contained in:
Warlock-Dalbaeb 2017-08-09 00:41:39 +07:00
parent 599e5b07ad
commit d61a035718

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;