moved help to modules

This commit is contained in:
van Hauser 2017-06-23 19:15:18 +02:00
commit 51d881353b
31 changed files with 208 additions and 207 deletions

View file

@ -212,3 +212,7 @@ int service_svn_init(char *ip, int sp, unsigned char options, char *miscptr, FIL
return 0;
}
void usage_svn(const char* service) {
printf("Module svn is optionally taking the repository name to attack, default is \"trunk\"\n\n");
}