-M and -6 clarification

This commit is contained in:
van Hauser 2014-12-12 09:50:49 +01:00
commit 0ce786e922
2 changed files with 9 additions and 1 deletions

View file

@ -342,7 +342,7 @@ void help(int ext) {
if (ext)
printf(" -w / -W TIME waittime for responses (%ds) / between connects per thread\n", WAITTIME);
if (ext)
printf(" -4 / -6 prefer IPv4 (default) or IPv6 addresses\n");
printf(" -4 / -6 user IPv4 (default) / IPv6 addresses (put always in [] also in -M)\n");
if (ext)
printf(" -v / -V / -d verbose mode / show login+pass for each attempt / debug mode \n");
if (ext)